Issue #1274
This test-case is intended for Issue #1274
- Firebug affects 304 responses, causing a new full request on reload.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and enable Net panel.
- Clear Cache
- Refresh this page: the Issue.php should be served with 200 OK
- Refresh again: the Issue.php should be served with 304 Not Modified
- Refresh again: the Issue.php should served with 304 Not Modified -
BUG: it's served with 200 OK
The If-None-Match header is not sent by the browser if the net panel is enabled.
HTTP Archive for www.clubdeportivo.es/etag.htm tests case
here.