[Modify] Polish it

This commit is contained in:
sta 2020-02-21 19:40:54 +09:00
parent 392be113f9
commit 39c2e0a6e5

View File

@ -340,7 +340,8 @@ namespace WebSocketSharp.Net
"Pragma",
new HttpHeaderInfo (
"Pragma",
HttpHeaderType.Request | HttpHeaderType.Response)
HttpHeaderType.Request | HttpHeaderType.Response
)
},
{
"ProxyAuthenticate",