Overview
Artifact ID: | 68ad7f77a73f8ebc3a099963ec1606646bc85e7c457688a361688d1c77f70f33 |
---|---|
Ticket: | bb7085cfdcc8c12d18911ce54af574232d568fdd
Test tlsIO-8.1 breaks on FreeBSD |
User & Date: | doofus on 2023-11-20 01:46:41 |
Changes
- foundin changed to: "1.7.22"
- icomment:
Without the patch, the `gets` from the non-blocking socket `$s1` returns an _empty string_ here, instead of the `bye` written into it from the other side: ```patch --- tests/tlsIO.test 2020-10-12 16:39:22.000000000 -0400 +++ tests/tlsIO.test 2023-11-19 20:33:44.077356000 -0500 @@ -1106,4 +1106,5 @@ # need update to complete TLS handshake in-process update + fconfigure $s1 -blocking 1 set z [gets $s1] close $s ```
- login: "doofus"
- mimetype: "text/x-markdown"
- private_contact changed to: "97c7e5a24584ec1fd28bf5cc453cd06585a9a915"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Test tlsIO-8.1 breaks on FreeBSD"
- type changed to: "Code Defect"