Browse Source

[Modify] Polish it

pull/533/merge
sta 12 months ago
parent
commit
6546afdba1
  1. 4
      websocket-sharp/Net/Cookie.cs

4
websocket-sharp/Net/Cookie.cs

@ -943,7 +943,9 @@ namespace WebSocketSharp.Net
}
internal static bool TryCreate (
string name, string value, out Cookie result
string name,
string value,
out Cookie result
)
{
result = null;

Loading…
Cancel
Save