[Modify] Replace it
This commit is contained in:
parent
a51f4da264
commit
8cdd7e4b89
@ -104,11 +104,9 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
public bool IsWebSocketResponse {
|
public bool IsWebSocketResponse {
|
||||||
get {
|
get {
|
||||||
var headers = Headers;
|
return ProtocolVersion > HttpVersion.Version10
|
||||||
return ProtocolVersion > HttpVersion.Version10 &&
|
&& _code == "101"
|
||||||
_code == "101" &&
|
&& Headers.Upgrades ("websocket");
|
||||||
headers.Contains ("Upgrade", "websocket") &&
|
|
||||||
headers.Contains ("Connection", "Upgrade");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user