2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00
confluent/confluent_server
Jarrod Johnson 38f07252f8 Defer ssl wrap until after accept()
ssl wrap prior to accept causes accept() to be too complicated to stay in the
persistent thread and makes key changes require restart to pickup.  Call
the wrap_socket within the dedicated client thread so that it gets up to date
at the right time and picks up certificate changes in a timely fashion.
2014-05-20 09:41:55 -04:00
..
bin Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
confluent Defer ssl wrap until after accept() 2014-05-20 09:41:55 -04:00
requirements.txt Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.cfg Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.py Fix tlvdata socket infinite loop condition 2014-05-19 16:53:55 -04:00