[Webkit-unassigned] [Bug 11564] Connections stuck timing out, cannot be cancelled until timeout passes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 11 04:33:57 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11564





------- Comment #13 from bdash at webkit.org  2007-02-11 04:33 PDT -------
I would generally do something like the following in Terminal:
sudo tcpdump -i en0 -s 0 -w packet-dump.dat host somehost.com and port 80

You'll need to tweak en0 depending on whether you're using wired or wireless
network and somehost.com to be the site that's showing the problems.

One thing that's key here is to make it in some way obvious what is happening
in the packet dump.  This may be as simple as waiting a decent length of time
between page loads, and only doing a single page load at a time.  Obviously if
either of these things interferes with reproducing the failures you should
ignore this advice, but be sure to say as much when you attach the dump :)


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



More information about the webkit-unassigned mailing list