[Webkit-unassigned] [Bug 37104] cross-origin XHR hangs for 1+ seconds occasionally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 18:37:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37104





--- Comment #15 from Eric Seidel <eric at webkit.org>  2010-04-07 18:37:36 PST ---
More data:

while [ true ]; do; curl "http://localhost:8000/xxxxxx" -s -w "Time:
%{time_total}\n" | grep Time | grep -v "0.0"; done; 
reproduces.  However, using "127.0.0.1" instead of "localhost":

while [ true ]; do; curl "http://127.0.0.1:8000/xxxxxx" -s -w "Time:
%{time_total}\n" | grep Time | grep -v "0.0"; done;

does not reproduce.

This still faults Apache or DNS resolution (or reverse lookup) on the machine
(which used to be done by lookupd, but I don't know how things are done in
Leopard/SnowLeopard).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list