commit | fcea374fdfbba5af12349905dd45ae812a36284a | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Dec 03 18:19:30 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Dec 04 10:21:56 2020 +0100 |
tree | 4dd1058b98213c48926ecc041f8a79ced896aff8 | |
parent | 795e1412b00c76c3a42effd9158b5d8b2f30100d [diff] |
MINOR: cache: Add extra "cache-control" value checks The Cache-Control max-age and s-maxage directives should be followed by a positive numerical value (see RFC 7234#5.2.1.1). According to the specs, a sender "should not" generate a quoted-string value but we will still accept this format.