[Modify] Polish it

This commit is contained in:
sta 2020-02-21 19:44:30 +09:00
parent 541328f526
commit 6e48d618cf

View File

@ -361,7 +361,10 @@ namespace WebSocketSharp.Net
"ProxyConnection",
new HttpHeaderInfo (
"Proxy-Connection",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.Restricted)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.Restricted
)
},
{
"Public",