Chromium Code Reviews
DescriptionDon't process the same address for websocket throttling.
Host resolver might return address list that contains the same address twice or more. In this case, we should not process the address for websocket throttling multiple times.
If we don't have duplicate check of address, it would put the job throttle by the job itself (deadlock).
I think this is cause of failure in Linux perf (webkit.org) bot and websocket fail to connect localhost on ubuntu (crbug.com/36652)
BUG=36652, 41319, 40995
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45156
Patch Set 1 #Patch Set 2 : add test #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||