diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 37a194f7..68658375 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -289,7 +289,8 @@ namespace WebSocketSharp.Net "IfNoneMatch", new HttpHeaderInfo ( "If-None-Match", - HttpHeaderType.Request | HttpHeaderType.MultiValue) + HttpHeaderType.Request | HttpHeaderType.MultiValue + ) }, { "IfRange",