History Of Ticket bb7085cfdc

Artifacts Associated With Ticket bb7085cfdc

  1. Ticket change [68ad7f77a7] (rid 1598) by doofus on 2023-11-20 01:46:41:

    1. foundin initialized 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 initialized to: "97c7e5a24584ec1fd28bf5cc453cd06585a9a915"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "Test tlsIO-8.1 breaks on FreeBSD"
    9. type initialized to: "Code Defect"
  2. Ticket change [b0b1c58403] (rid 1832) by jan.nijtmans on 2024-02-23 15:31:36:

    1. icomment: "Fixed [512884129297c598|here]"
    2. login: "jan.nijtmans"
    3. mimetype: "text/x-fossil-wiki"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
    6. status changed to: "Closed"