Differences From Artifact [94b6f94d30]:
- File tests/oldTests/tlsSrv2.tcl — part of check-in [9345b54eaa] at 2024-02-16 13:53:02 on branch tls-1.7 — Remove all end-of-line spacing (user: jan.nijtmans, size: 1220) [annotate] [blame] [check-ins using] [more...]
To Artifact [7fd9a576f0]:
- File tests/oldTests/tlsSrv2.tcl — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 1220) [annotate] [blame] [check-ins using] [more...]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | proc reflectCB {chan {verbose 0}} { if {[catch {read $chan 1024} data]} { puts stderr "EOF ($data)" catch {close $chan} return } |
︙ |