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