[Webkit-unassigned] [Bug 34969] [chromium] expose endToEnd flag in reload() API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 23:16:25 PST 2010


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





--- Comment #4 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-02-16 23:16:25 PST ---
I'm not sure that "end to end" is the right name here.

reload(false) means send Cache-control: max-age=0, which means "end-to-end
validation"

reload(true) means send Cache-control: no-cache, which means "end-to-end
refetch"

Both cases are end-to-end in other words.  I think the parameter to
FrameLoader::reload is similarly misnamed.  This is spelled out in section
14.9.4 of RFC 2616.

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