[Modify] Polish it

This commit is contained in:
sta 2020-02-19 21:26:42 +09:00
parent 6e1f273b3a
commit 0f53c2f2d6

View File

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