[Modify] Polish it

This commit is contained in:
sta 2020-02-22 21:36:23 +09:00
parent a525d3e447
commit 1c11ac7bbd

View File

@ -518,7 +518,10 @@ namespace WebSocketSharp.Net
"Via",
new HttpHeaderInfo (
"Via",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.MultiValue
)
},
{
"Warning",