Browse Source

[Modify] Polish it

pull/533/merge
sta 11 months ago
parent
commit
3ebcb81214
  1. 4
      websocket-sharp/Ext.cs

4
websocket-sharp/Ext.cs

@ -518,7 +518,9 @@ namespace WebSocketSharp
}
internal static string GetValue (
this string nameAndValue, char separator, bool unquote
this string nameAndValue,
char separator,
bool unquote
)
{
var idx = nameAndValue.IndexOf (separator);

Loading…
Cancel
Save