REGTEST: cache: Add if-none-match test case
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 22 Oct 2020 08:40:06 +0000 (10:40 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 22 Oct 2020 14:10:20 +0000 (16:10 +0200)
commit5bbdc81cf1cda6f658c3f6cce9e4c569964476c7
tree0bd0dfe488b4b7cd384d0263e5fd90c834bb473b
parent6cb10384a32cd0b85050556c85f9d18b2725d8e9
REGTEST: cache: Add if-none-match test case

Test that if-none-match header is properly taken into account and that
when the conditions are fulfilled, a "304 Not Modified" response can be
sent to the client.

Co-authored-by: Tim Duesterhus <tim@bastelstu.be>
reg-tests/cache/if-none-match.vtc [new file with mode: 0644]