[Modify] Polish it
This commit is contained in:
parent
a7c2bad146
commit
a49a98bd2e
@ -144,7 +144,7 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
internal bool IncludesReservedCloseStatusCode {
|
internal bool IncludesReservedCloseStatusCode {
|
||||||
get {
|
get {
|
||||||
return _length > 1 && _data.SubArray (0, 2).ToUInt16 (ByteOrder.Big).IsReserved ();
|
return _length > 1 && Code.IsReserved ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user