[Modify] Polish it

master
sta 5 years ago
parent c4a1f72df4
commit 64b6c3bcd3

@ -60,7 +60,8 @@ namespace WebSocketSharp.Net
internal bool IsMultiValueInResponse {
get {
return (_type & HttpHeaderType.MultiValueInResponse) == HttpHeaderType.MultiValueInResponse;
return (_type & HttpHeaderType.MultiValueInResponse)
== HttpHeaderType.MultiValueInResponse;
}
}

Loading…
Cancel
Save