[Modify] Polish it
This commit is contained in:
parent
e77e82e3df
commit
c4a1f72df4
@ -53,7 +53,8 @@ namespace WebSocketSharp.Net
|
||||
|
||||
internal bool IsMultiValueInRequest {
|
||||
get {
|
||||
return (_type & HttpHeaderType.MultiValueInRequest) == HttpHeaderType.MultiValueInRequest;
|
||||
return (_type & HttpHeaderType.MultiValueInRequest)
|
||||
== HttpHeaderType.MultiValueInRequest;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user