[Webkit-unassigned] [Bug 5499] Page reload does not send any cache control headers

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jun 17 16:16:26 PDT 2006


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


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ap at nypop.com
                   |unassigned at opendarwin.org   |
             Status|NEW                         |ASSIGNED
   Attachment #8891|                            |review?
               Flag|                            |




------- Comment #7 from ap at nypop.com  2006-06-17 16:16 PDT -------
Created an attachment (id=8891)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=8891&action=view)
proposed fix

This fixes both manual reload and window.location.reload; not sure if there are
other ways to cause reload that should send cache control headers
(window.location.assign to the same URL doesn't do that in Firefox).

Unfortunately, there doesn't seem to be a way to send If-Modified-Since
together with max-age=0 (in other words, to validate freshness) with
NSURLRequest, rdar://4590785. This doesn't affect correctness, but wastes
bandwidth.

The TransferJob-related code in WebCore::Frame seemed to be unused, other than
for passing response HTTP headers.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list