mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-27 10:30:34 +08:00
兼容ws链接uri后面拼接参数
This commit is contained in:
parent
fbe5e24e41
commit
91a890396d
Binary file not shown.
@ -191,7 +191,7 @@ public class CIMNioSocketAcceptor extends SimpleChannelInboundHandler<SentBody>{
|
||||
ch.pipeline().addLast(new HttpServerCodec());
|
||||
ch.pipeline().addLast(new ChunkedWriteHandler());
|
||||
ch.pipeline().addLast(new HttpObjectAggregator(4 * 1024));
|
||||
ch.pipeline().addLast(new WebSocketServerProtocolHandler(websocketPath,false));
|
||||
ch.pipeline().addLast(new WebSocketServerProtocolHandler(websocketPath,true));
|
||||
ch.pipeline().addLast(handshakeHandler);
|
||||
ch.pipeline().addLast(new WebMessageDecoder());
|
||||
ch.pipeline().addLast(new WebMessageEncoder());
|
||||
|
Loading…
x
Reference in New Issue
Block a user