Merge pull request #463 from veebs/AutoBahnFrameSize
Increase websocket framesize for autobahn tests
This commit is contained in:
commit
d43d95cc0d
@ -67,7 +67,7 @@ public class AutobahnServerHandler extends ChannelInboundMessageHandlerAdapter<O
|
||||
|
||||
// Handshake
|
||||
WebSocketServerHandshakerFactory wsFactory = new WebSocketServerHandshakerFactory(
|
||||
getWebSocketLocation(req), null, false);
|
||||
getWebSocketLocation(req), null, false, Integer.MAX_VALUE);
|
||||
handshaker = wsFactory.newHandshaker(req);
|
||||
if (handshaker == null) {
|
||||
wsFactory.sendUnsupportedWebSocketVersionResponse(ctx.channel());
|
||||
|
Loading…
Reference in New Issue
Block a user