James Coglan
|
a8c847876b
|
Formatting change: {...} should have spaces inside the braces
|
2019-06-11 16:08:53 +01:00 |
|
James Coglan
|
cc1d6196fe
|
Reversing the previous commit; generateResponse() should throw on invalid heders (as should activate()), because the server should fail the connection in this event.
|
2015-03-26 09:32:54 +00:00 |
|
James Coglan
|
b9da251798
|
If the header from the client is invalid, just ignore it and build a pipeline with no sessions.
|
2015-03-14 12:56:48 +00:00 |
|
James Coglan
|
88abae45d2
|
Make Extensions#close safe to call if @sessions is not yet initialised, in case the socket is closed before handshaking.
|
2015-02-16 09:54:08 +00:00 |
|
James Coglan
|
026721dbdc
|
Don't delegate valid_frame_rsv to extensions; it's a weird interface and we can figure it out from the extension metadata.
|
2014-12-12 00:54:13 +00:00 |
|
James Coglan
|
4a093550c2
|
Prefix extension error messages with the name of the extension.
|
2014-12-08 00:55:11 +00:00 |
|
James Coglan
|
a993af365f
|
Allow a ? on the end of #valid_frame_rsv?.
|
2014-12-02 21:42:37 +00:00 |
|
James Coglan
|
da85aed6b3
|
Port the Extensions class from websocket-extensions-node.
|
2014-12-01 20:31:42 +00:00 |
|
James Coglan
|
14d818b602
|
Implement a parser for the Sec-WebSocket-Extensions header.
|
2014-12-01 08:18:24 +00:00 |
|