[Webkit-unassigned] [Bug 9357] Rendering snafu in production Safari when viewing Bugzilla bugs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jun 10 05:30:24 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9357





------- Comment #12 from ddkilzer at kilzer.net  2006-06-10 05:30 PDT -------
Created an attachment (id=8795)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=8795&action=view)
Ethereal packet capture in libpcap format of five requests (last one renders
incorrectly)

Attaching a packet trace of five HTTP requests for this URL:

http://bugzilla.opendarwin.org/show_bug.cgi?id=9342

The last request renders incorrectly per this bug.

The only thing that stands out to me is that chunked encoding is used for all
of the requests, and the second chunk starts on a new TCP/IP packet in all but
the last request.   (It looks like an interesting boundary condition without
knowing anything else.)

I need to test this bug on a WebKit nightly (since if it's a network-layer
issue, it should be reproducible) and then try to reproduce it 100% using some
kind of packet-replay software or writing a daemon (in Perl?) that always sends
this web page the same way (with the second chunk starting in the middle of a
packet).


-- 
Configure bugmail: http://bugzilla.opendarwin.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