haproxy/reg-tests/cache
Remi Tricot-Le Breton 53161d81b8 MINOR: cache: Process the If-Modified-Since header in conditional requests
If a client sends a conditional request containing an If-Modified-Since
header (and no If-None-Match header), we try to compare the date with
the one stored in the cache entry (coming either from a Last-Modified
head, or a Date header, or corresponding to the first response's
reception time). If the request's date is earlier than the stored one,
we send a "304 Not Modified" response back. Otherwise, the stored is sent
(through a 200 OK response).

This resolves GitHub issue #821.
2020-10-27 18:10:25 +01:00
..
basic.vtc REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
if-modified-since.vtc MINOR: cache: Process the If-Modified-Since header in conditional requests 2020-10-27 18:10:25 +01:00
if-none-match.vtc REGTEST: cache: Add if-none-match test case 2020-10-22 16:10:20 +02:00