[Modify] Polish it
This commit is contained in:
parent
b2b158db02
commit
ef78f80f12
@ -277,7 +277,7 @@ namespace WebSocketSharp.Net
|
||||
|
||||
if (idx == 0) {
|
||||
if (cookie != null) {
|
||||
ret.Add (cookie);
|
||||
ret.add (cookie);
|
||||
cookie = null;
|
||||
}
|
||||
|
||||
@ -328,7 +328,7 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
if (cookie != null)
|
||||
ret.Add (cookie);
|
||||
ret.add (cookie);
|
||||
|
||||
cookie = new Cookie (name, val);
|
||||
|
||||
@ -337,7 +337,7 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
if (cookie != null)
|
||||
ret.Add (cookie);
|
||||
ret.add (cookie);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user