Differences From Artifact [26eb405e56]:
- File tests/oldTests/tlsSrv2.tcl — part of check-in [c75816429f] at 2016-11-22 22:11:45 on branch tls-1-7 — Removed artifacts from conversion from CVS (user: rkeene, size: 1221) [annotate] [blame] [check-ins using] [more...]
To 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...]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + | # proc reflectCB {chan {verbose 0}} { if {[catch {read $chan 1024} data]} { puts stderr "EOF ($data)" catch {close $chan} return } |
︙ |