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