revert change
This commit is contained in:
parent
9a9d24ecff
commit
604f700a82
|
@ -85,7 +85,7 @@ public class WebSocketServerFactory extends AbstractLifeCycle
|
|||
this.policy = policy;
|
||||
}
|
||||
|
||||
public boolean ˇ(HttpServletRequest request, HttpServletResponse response)
|
||||
public boolean acceptWebSocket(HttpServletRequest request, HttpServletResponse response)
|
||||
throws IOException
|
||||
{
|
||||
if ("websocket".equalsIgnoreCase(request.getHeader("Upgrade")))
|
||||
|
|
Loading…
Reference in New Issue