mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-12 18:51:16 -04:00
Add four regtests to validate the behavior of the HTTP cache when early hints are enabled. - early_hints.vtc: covers 103 emission on stripped entries and that the "no-early-hints" rule keyword suppresses it. - early_hints_ratio.vtc: covers cap-driven eviction of hints entries when the ratio is reached. - early_hints_parsing.vtc: pins down the (deliberately strict) Link header parsing behaviour of link_is_hint() so future relaxations cannot silently change hint detection. - early_hints_multiblock.vtc: checks that hints are still extracted when the relevant Link headers span more than one cache block. |
||
|---|---|---|
| .. | ||
| basic.vtc | ||
| caching_rules.vtc | ||
| early_hints.vtc | ||
| early_hints_multiblock.vtc | ||
| early_hints_parsing.vtc | ||
| early_hints_ratio.vtc | ||
| expires.vtc | ||
| if-modified-since.vtc | ||
| if-none-match.vtc | ||
| post_on_entry.vtc | ||
| sample_fetches.vtc | ||
| vary.vtc | ||
| vary_accept_encoding.vtc | ||