mfavant / tubekit

NEW PROJECT https://github.com/crust-hub/avant
MIT License
0 stars 0 forks source link

connection object creation time #19

Closed gaowanlu closed 11 months ago

gaowanlu commented 11 months ago

Regarding the creation of connection objects, when using OpenSSL, the creation of the connection should be delayed, and the corresponding connection object should be created after SSL_acept is successfully executed. It can be designed that no matter what the situation, the connection object is created whether the task of creating the file descriptor for the first time.