@ -178,8 +178,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -178,8 +178,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;
}
@ -195,8 +195,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -195,8 +195,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@ -230,8 +230,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -230,8 +230,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);
@ -239,8 +239,8 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -239,8 +239,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);
@ -263,9 +263,9 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life
@@ -263,9 +263,9 @@ public abstract class AbstractHandshakeHandler implements HandshakeHandler, Life