[Modify] Polish it

master
sta 6 years ago
parent 6e1f273b3a
commit 0f53c2f2d6

@ -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",

Loading…
Cancel
Save