[Modify] Polish it
This commit is contained in:
@@ -61,8 +61,9 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
internal bool IsMultiValueInResponse {
|
internal bool IsMultiValueInResponse {
|
||||||
get {
|
get {
|
||||||
return (_headerType & HttpHeaderType.MultiValueInResponse)
|
var headerType = _headerType & HttpHeaderType.MultiValueInResponse;
|
||||||
== HttpHeaderType.MultiValueInResponse;
|
|
||||||
|
return headerType == HttpHeaderType.MultiValueInResponse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user