Differences From Artifact [eaefd1ceb9]:
- Executable file tests/tlsIO.test — part of check-in [61578a1d91] at 2016-11-29 23:42:24 on branch tls-1-7 — Improved tlsIO testing (user: rkeene, size: 57465) [annotate] [blame] [check-ins using]
To Artifact [f978f73887]:
- Executable file tests/tlsIO.test — part of check-in [dc7bbc6de6] at 2016-12-05 16:58:47 on branch tls-1-7 — Enforce socket in blocking mode during test where "gets" is expected to wait for a reply (user: rkeene, size: 57465) [annotate] [blame] [check-ins using] [more...]
︙ | |||
671 672 673 674 675 676 677 | 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 | - + | after 500 fconfigure $sock -blocking 0 set result a:[gets $sock] lappend result b:[gets $sock] fconfigure $sock -blocking 1 puts $s2 two flush $s2 |
︙ |