A small refactoring

This commit is contained in:
sta 2014-12-26 16:12:38 +09:00
parent 93137666f7
commit 6c8c4759c4

View File

@ -622,7 +622,7 @@ namespace WebSocketSharp
return response.IsRedirect
? "Indicates the redirection."
: response.IsUnauthorized
? "Requires the HTTP authentication."
? "Requires the authentication."
: !response.IsWebSocketResponse
? "Not a WebSocket connection response."
: !validateSecWebSocketAcceptHeader (headers["Sec-WebSocket-Accept"])