Skip to content

Commit

Permalink
Bump Netty version from 4.0.28.Final to 4.0.40.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Aug 11, 2016
1 parent ab40815 commit 05d90b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -136,7 +136,7 @@ private void switchToWebsocket( ChannelHandlerContext ctx )
p.addLast(
new HttpServerCodec(),
new HttpObjectAggregator( MAX_WEBSOCKET_HANDSHAKE_SIZE ),
new WebSocketServerProtocolHandler( "" ),
new WebSocketServerProtocolHandler( "/" ),
new WebSocketFrameTranslator(),
new SocketTransportHandler(
new SocketTransportHandler.ProtocolChooser( protocolVersions, isEncrypted ), logging ) );
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -634,7 +634,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.28.Final</version>
<version>4.0.40.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 05d90b4

Please sign in to comment.