diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index deb1aa9a..b03ab127 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -370,7 +370,8 @@ namespace WebSocketSharp.Net "Public", new HttpHeaderInfo ( "Public", - HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Response | HttpHeaderType.MultiValue + ) }, { "Range",