[Webkit-unassigned] [Bug 144416] http/tests/cache/main-resource-304-reload.html failing on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 19:52:08 PDT 2015


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

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
I'm pretty sure that isset would do the trick:

if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"])) {

>     header("HTTP/1.0 304 Not Modified");

Why 1.0? Really weird to mix that with Cache-Control and ETags.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150430/c2940789/attachment.html>


More information about the webkit-unassigned mailing list