niv / websocket.nim

websockets for nim
http://niv.github.io/websocket.nim/docs/0.1.1/websocket.html
Other
101 stars 25 forks source link

Deprecate the AsyncSocket functions and fix bug on Safari. #50

Closed dom96 closed 5 years ago

dom96 commented 5 years ago

On Safari I got an error "A server must not mask any frames that it sends to the client", this PR fixes this problem.