Spinoco / fs2-http

Http Server and client using fs2
MIT License
135 stars 26 forks source link

Invalid `Sec-WebSocket-Key` when connecting with WebSocket client #8

Closed fomkin closed 7 years ago

fomkin commented 7 years ago

Headers received

Host: localhost:8181
Sec-WebSocket-Key: U3RyZWFtKDIsID8p
Sec-WebSocket-Version: 13
Connection: upgrade
Upgrade: websocket
Base64.decode("U3RyZWFtKDIsID8p") == "Stream(2, ?)"