[Modify] Polish it
This commit is contained in:
parent
2880ab2e15
commit
4f64885b91
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user