HomePhorge
Diffusion guam 7a387a68c272

accept the socket connection, start a worker, do the ssl

Description

accept the socket connection, start a worker, do the ssl

Summary:
prevents waiting on the ssl handshake to complete to start a new
accept worker. this can prevent temporary starvation of the connect pool
if a large number of ssl connections start (relative to the connect pool)
due to the time it takes to initiate ssl.

Test Plan: tested with imtest -s

Reviewers: #guam_developers

Differential Revision: https://git.kolab.org/D197

Details