[Modify] Polish it
This commit is contained in:
parent
1345efeaff
commit
36217c21a1
@ -233,7 +233,8 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
private static int compareCookieWithinSort (Cookie x, Cookie y)
|
private static int compareCookieWithinSort (Cookie x, Cookie y)
|
||||||
{
|
{
|
||||||
return (x.Name.Length + x.Value.Length) - (y.Name.Length + y.Value.Length);
|
return (x.Name.Length + x.Value.Length)
|
||||||
|
- (y.Name.Length + y.Value.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int compareCookieWithinSorted (Cookie x, Cookie y)
|
private static int compareCookieWithinSorted (Cookie x, Cookie y)
|
||||||
|
Loading…
Reference in New Issue
Block a user