[Modify] Polish it

This commit is contained in:
sta 2020-02-19 21:34:58 +09:00
parent c3f2251623
commit c9288c6b77

View File

@ -206,7 +206,10 @@ namespace WebSocketSharp.Net
"ContentType",
new HttpHeaderInfo (
"Content-Type",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.Restricted)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.Restricted
)
},
{
"Cookie",