[Modify] Polish it

This commit is contained in:
sta 2020-02-17 21:39:19 +09:00
parent 4b78b9dc84
commit c521157f87

View File

@ -79,7 +79,10 @@ namespace WebSocketSharp.Net
"Accept",
new HttpHeaderInfo (
"Accept",
HttpHeaderType.Request | HttpHeaderType.Restricted | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Restricted
| HttpHeaderType.MultiValue
)
},
{
"AcceptCharset",