[Modify] Polish it

This commit is contained in:
sta 2020-02-22 21:33:53 +09:00
parent c8a6e88ea9
commit bb1ecfccde

View File

@ -495,7 +495,10 @@ namespace WebSocketSharp.Net
"Upgrade",
new HttpHeaderInfo (
"Upgrade",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.MultiValue
)
},
{
"UserAgent",