[Webkit-unassigned] [Bug 25786] Pages/images failing to load after 3-5 pages of navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 23 01:04:02 PDT 2009


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





------- Comment #12 from ap at webkit.org  2009-05-23 01:04 PDT -------
This server sends incorrect 304 Not Modified responses. Not Modified responses
must have empty bodies, but we get a 26-byte body that is a result of gzipping
an empty input stream. This confuses persistent connection logic in our network
back-end. Admittedly, other browsers are not confused, so it's still a bug.

You can see the server-side bug in action by monitoring the following request
with tcpdump or Wireshark:

curl -i
'http://www.mydreammobile.com/js/index.php?c=auto&f=,prototype/prototype.js,prototype/validation.js,scriptaculous/builder.js,scriptaculous/effects-1.8.2.js,scriptaculous/dragdrop.js,scriptaculous/controls.js,scriptaculous/slider.js,varien/js.js,varien/form.js,varien/menu.js,mage/translate.js,mage/cookies.js,jquery/jquery-1.3.2.noConflict.min.js,phonestore.js'
--header 'If-Modified-Since: Tue, 19 May 2009 15:47:39 GMT' --header
"Accept-Encoding: gzip, deflate"


-- 
Configure bugmail: https://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