observing / thor

The WebSocket god of thunder
MIT License
1.29k stars 154 forks source link

--masked shouldn't be an option #8

Open aaugustin opened 9 years ago

aaugustin commented 9 years ago

https://tools.ietf.org/html/rfc6455#section-5.1 says:

a client MUST mask all frames that it sends to the server

So I don't understand why masking is an option in the Thor client and even less why it's disabled by default.

I came across this issue while investigating https://github.com/aaugustin/websockets/issues/36.

ztellman commented 9 years ago

This also bit me.

aaugustin commented 8 years ago

Without response after a year, it doesn't seem worth keeping this in my list of open issues.