Browse Source

[Modify] Polish it

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

1
websocket-sharp/Net/WebHeaderCollection.cs

@ -1674,6 +1674,7 @@ namespace WebSocketSharp.Net
checkRestricted (name, headerType);
checkAllowed (headerType);
base.Remove (name);
}

Loading…
Cancel
Save