Ticket Change Details
Overview

Artifact ID: 01f98a177b49f5f69508620e756daedd6eb533eaaad9743fbfb036e6203bb701
Ticket: 657abb4cd1f8f1032731ee0366c7cc643af778e7
TLS Socket Closed in Child Process
User & Date: anonymous on 2018-03-21 16:23:14
Changes

  1. foundin changed to: "1.7.16"
  2. icomment:
    If a parent process opens a TLS socket prior to forking, and its child process closes it, this has the unfortunate side-effect of terminating the parent's connection.  With a non-TLS socket this does not happen, i.e., closing the parent's socket in the child has no effect on the parent.
    <br><br>
    If a fix for this is not implemented, could you please detail what code changes would be necessary to do so?  That way I can implement it myself without requiring it to be a feature for all users of this library.
    
  3. login: "anonymous"
  4. mimetype: "text/html"
  5. private_contact changed to: "402047c59996d0e7bae134707a6f222ec0914675"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "TLS Socket Closed in Child Process"
  9. type changed to: "Feature Request"