[Modify] Polish it

This commit is contained in:
sta 2020-02-21 19:46:45 +09:00
parent 98046538d8
commit 85267ad619

View File

@ -377,7 +377,10 @@ namespace WebSocketSharp.Net
"Range",
new HttpHeaderInfo (
"Range",
HttpHeaderType.Request | HttpHeaderType.Restricted | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Restricted
| HttpHeaderType.MultiValue
)
},
{
"Referer",