[Modify] Polish it

This commit is contained in:
sta 2020-02-19 21:28:11 +09:00
parent 0f53c2f2d6
commit eaa9cf7edf

View File

@ -176,7 +176,10 @@ namespace WebSocketSharp.Net
"ContentLength",
new HttpHeaderInfo (
"Content-Length",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.Restricted)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.Restricted
)
},
{
"ContentLocation",