[Modify] Polish it

This commit is contained in:
sta 2020-02-22 21:37:30 +09:00
parent 1c11ac7bbd
commit 3350fa13d7

View File

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