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