提交 860e56ea 编写于 作者: R Rossen Stoyanchev

Fix minor issue in WebSocketHttpRequestHandler

Issue: SPR-10721
上级 aa6f3048
......@@ -65,7 +65,7 @@ public class WebSocketHttpRequestHandler implements HttpRequestHandler {
Assert.notNull(webSocketHandler, "webSocketHandler must not be null");
Assert.notNull(handshakeHandler, "handshakeHandler must not be null");
this.webSocketHandler = decorateWebSocketHandler(webSocketHandler);
this.handshakeHandler = new DefaultHandshakeHandler();
this.handshakeHandler = handshakeHandler;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册