[Modify] Polish it

master
sta 6 years ago
parent c8a6e88ea9
commit bb1ecfccde

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

Loading…
Cancel
Save