[Modify] Polish it

This commit is contained in:
sta 2020-02-19 21:25:12 +09:00
parent a1f952f72f
commit 6e1f273b3a

View File

@ -158,7 +158,10 @@ namespace WebSocketSharp.Net
"ContentEncoding",
new HttpHeaderInfo (
"Content-Encoding",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.MultiValue
)
},
{
"ContentLanguage",