Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.15k stars 385 forks source link

handshake(): work with TCP health check #39

Closed playay closed 6 years ago

playay commented 6 years ago

With the websocket server deployed after SLB, the health check feature of the SLB connects to the port and then closes the connection without sending any data.

Pithikos commented 6 years ago

This should be fixed with c3f0b00fbd29e478b814b4ea32b0b7d479e89841 and 9bd9c4051a610ec5e47dbe531fbafbbfe9d5ecdc.

Please let me know if you discover something.

Cheers