Commit Graph

5 Commits

Author SHA1 Message Date
Pale Moon 3af91e4b80 Implement optional parameters of WebSocket permessage compression.
This works around a spec conflict in RFC7692, avoiding socket closure when allowed but unknown parameters are sent back by the server.

Added parameters:
- server_no_context_takeover
- server_max_window_bits
- client_max_window_bits
2018-07-25 06:59:33 +08:00
wolfbeast b3956f3b4d Add integer overflow check in WebSocketChannel::ProcessInput. 2018-07-24 23:31:35 +08:00
wolfbeast 42c94972e8 Revert "Add integer overflow check in WebSocketChannel::ProcessInput."
This reverts commit acb24afd3a8630e44bdb45bd58797c603eb41a23.
2018-07-24 23:31:27 +08:00
wolfbeast bacabd83d0 Add integer overflow check in WebSocketChannel::ProcessInput. 2018-07-24 23:31:24 +08:00
Moonchild baf46a6bf1 Merge pull request #1 from mozilla/esr38: Esr38 upstream pull 2018-07-24 23:04:07 +08:00