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