[Modify] Polish it

This commit is contained in:
sta 2020-02-20 20:22:18 +09:00
parent 18fc2e5d19
commit 728b6cd662

View File

@ -238,7 +238,10 @@ namespace WebSocketSharp.Net
"Expect",
new HttpHeaderInfo (
"Expect",
HttpHeaderType.Request | HttpHeaderType.Restricted | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Restricted
| HttpHeaderType.MultiValue
)
},
{
"Expires",