Ticket Change Details
Overview

Artifact ID: 68ad7f77a73f8ebc3a099963ec1606646bc85e7c457688a361688d1c77f70f33
Ticket: bb7085cfdcc8c12d18911ce54af574232d568fdd
Test tlsIO-8.1 breaks on FreeBSD
User & Date: doofus on 2023-11-20 01:46:41
Changes

  1. foundin changed to: "1.7.22"
  2. 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
    ```
    
  3. login: "doofus"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "97c7e5a24584ec1fd28bf5cc453cd06585a9a915"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Test tlsIO-8.1 breaks on FreeBSD"
  9. type changed to: "Code Defect"