etsy / skyline

It'll detect your anomalies! Part of the Kale stack.
http://codeascraft.com/2013/06/11/introducing-kale/
Other
2.14k stars 336 forks source link

Correctly handle disconnecting clients #97

Open languitar opened 10 years ago

languitar commented 10 years ago

Receiving 0 bytes from a socket means that the client has closed the connection. Handle this correctly by accepting a new client instead of continuing to read 0 bytes.

astanway commented 10 years ago

lgtm