[Modify] Polish it
This commit is contained in:
parent
8d94a28a2e
commit
583383d5f3
@ -146,7 +146,7 @@ namespace WebSocketSharp
|
||||
|
||||
internal bool HasReservedCode {
|
||||
get {
|
||||
return _length > 1 && Code.IsReserved ();
|
||||
return _length >= 2 && Code.IsReserved ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user