Differences From Artifact [cb7a0f8fc4]:
- File tests/oldTests/tlsSrv.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: 1312) [annotate] [blame] [check-ins using] [more...]
To Artifact [bc3785cc8b]:
- File tests/oldTests/tlsSrv.tcl — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 1312) [annotate] [blame] [check-ins using] [more...]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | set x hello if {[catch {read $chan 1024} data]} { puts stderr "EOF ($data)" catch {close $chan} return } |
︙ |