WebSocket-for-Python
WebSocket-for-Python copied to clipboard
Try to cleanup HTTP handshake between implementations
A the present time, the handshake is almost identical between all server implementations but isn't mutualized. Try clean this up to reduce the quantity of code.