From b0cf8a1883f0b690d2f374535267551201b1742d Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Feb 2020 21:35:21 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 00514e04..fe4d2edc 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -123,7 +123,10 @@ namespace WebSocketSharp.Net "Allow", new HttpHeaderInfo ( "Allow", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.MultiValue + ) }, { "Authorization",