[Webkit-unassigned] [Bug 70218] ApplicationCache - Fix Download problem with 304(Not Modified) response

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 11:46:49 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111219|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2011-10-17 11:46:50 PST ---
(From update of attachment 111219)
Some comments: 

1. Fixes should have regression tests.

2. WebCore assumes that network layer doesn't pass 304 if it has the data. Soup should just transform the response as if it was not cached.

3. The proposed code doesn't work correctly anyway, as the response cached by Soup won't be saved in application cache.

-- 
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