Closed donpdonp closed 12 years ago
I've forgot about adding \r at end of lines - HTTP headers should be always divided by \r\n. Just updated readme, together with setting version to 13(all drafts named > 13 have still Sec-WebSocket-Version set to 13). Please check example from readme now and close this issue if it's working.
Add \r to the input fixed the problem. thanks!
I'm trying a clean ruby setup with websockets and the example websocket handshake never gets to finished => true.
The setup
The example