Browse Source

[Modify] Polish it

pull/533/merge
sta 11 months ago
parent
commit
14c1be1d00
  1. 1
      websocket-sharp/Net/WebHeaderCollection.cs

1
websocket-sharp/Net/WebHeaderCollection.cs

@ -1720,6 +1720,7 @@ namespace WebSocketSharp.Net
checkRestricted (name, HttpHeaderType.Request);
checkAllowed (HttpHeaderType.Request);
set (name, value, HttpHeaderType.Request);
}

Loading…
Cancel
Save