@ -218,8 +218,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -218,8 +218,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
logger.error("Handshake failed due to unexpected HTTP method: "+httpMethod);
if(logger.isDebugEnabled()){
logger.debug("Handshake failed due to unexpected HTTP method: "+httpMethod);
}
returnfalse;
}
@ -235,8 +235,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -235,8 +235,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@ -270,8 +270,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -270,8 +270,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
"Handshake failed due to invalid Upgrade header: "+request.getHeaders().getUpgrade(),-1,true));
}
response.setStatusCode(HttpStatus.BAD_REQUEST);
@ -279,8 +279,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -279,8 +279,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
"Handshake failed due to invalid Connection header"+request.getHeaders().getConnection(),-1,true));
}
response.setStatusCode(HttpStatus.BAD_REQUEST);
@ -303,9 +303,9 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -303,9 +303,9 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life