Ticket Change Details
Overview

Artifact ID: 982a24df33db8b893119eb028d587a47994747a4f81ce4e089bfed89e51fb502
Ticket: b9d780ee7ec207120b2e586b489dd7985c7372ef
server socket doesn't reply close_notify
User & Date: bohagan on 2025-10-11 22:20:40
Changes

  1. icomment:
    This is fixed in [1505883e4a18b50e] and [cbeb34c75f0f49c7]. We now detect an EOF
    due to close_notify from the peer via the SSL_ERROR_ZERO_RETURN status. We also
    now send the close_notify as part SSL_shutdown in the TlsIO.c close function. So,
    when the server closes the connection, the close_notify will be sent to the
    client.
    
  2. login: "bohagan"
  3. mimetype: "text/x-fossil-plain"
  4. resolution changed to: "Fixed"
  5. status changed to: "Closed"