2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-29 14:28:18 +00:00
Files
confluent/confluent_server
Jarrod Johnson 7c617a160b Close socket in relay_data
Closing the socket outside of relay_data causes relay_data
to stay alive, causing eventlet to think a filehandle is open that is not.

A reasonable question would be why eventlet fails to error that read
when the filehandle is closed, but for now, move the close activity
to the relay_data handler.

This resolves "Second simultaneous read on fileno" conditions introduced
by the fix for leaking filehandles.
2021-08-26 11:52:22 -04:00
..
2021-08-26 11:52:22 -04:00
2017-08-11 15:43:44 -04:00
2019-08-20 08:59:01 -04:00
2021-06-08 16:43:06 -04:00
2015-09-23 11:48:27 -04:00
2018-04-10 16:11:14 -04:00
2018-11-14 14:55:26 -05:00
2021-06-08 16:43:06 -04:00