[Webkit-unassigned] [Bug 109351] Cache XHRs is not working well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 08:51:56 PST 2013


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





--- Comment #6 from Nate Chapin <japhet at chromium.org>  2013-02-12 08:54:10 PST ---
(In reply to comment #4)
> What is the expected behavior when just sending two identical POST requests with XHR? I expect them to be delivered to the server.
> 
> Caching POST responses makes sense for back/forward navigation, but probably not for XHR.
> 
> So it seems like this mistake was actually resulting in correct behavior.

For reasons I don't remember, canReuse() permits reuse of POST requests if the new request is POST as well. Should we change it to support GET only?

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