jetty.project/jetty-websocket/websocket-core
Lachlan Roberts 164859fb9f Issue #3216 - Autobahn WebSocketServer failures in jetty 10
removed maxFrameSize from CompressExtension now use the
WebSocketChannel.getMaxFrameSize() to fix a bug where a change in the
WebSocketChanel maxFrameSize was not reaching the CompressExtension

create dummy WebSocketChannel in tests using CompressExtension without
a channel to replace the setter for maxFrameSize

increased the maxFrameSize in AutobahnWebSocketNegotiator to fix
autobahn tests being over maxFrameSize after being inflated

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2018-12-20 20:08:35 +11:00
..
src Issue #3216 - Autobahn WebSocketServer failures in jetty 10 2018-12-20 20:08:35 +11:00
fuzzingclient.json Issue #3216 - Autobahn WebSocketServer failures in jetty 10 2018-12-20 20:08:35 +11:00
fuzzingserver.json Jetty 10.0.x websocket refactor (#3055) 2018-11-02 13:07:43 +01:00
pom.xml Jetty 10.0.x 2978 add module info (#3120) 2018-11-22 12:37:35 +01:00