Changes since version 3.5-dev2 : Christopher Faulet (2): BUG/MINOR: hlua: Apply socket timeout on server side only BUG/MEDIUM: applet: Reenable reads in applet context if requesting a connection Maxime Henrion (21): BUG/MINOR: shctx: fix shctx_row_data_get() when offset exceeds a block MINOR: shctx: clamp shctx_row_data_get() reads against the offset DOC: stats: document the per-proxy byte count fields in the CSV list BUG/MEDIUM: cache: reattach the row when a secondary entry is incomplete MINOR: http: add two header parsing functions MINOR: cache: minor changes ahead of support for sending early hints MINOR: cache: add config options for early hints support MINOR: cache: add helper functions for early hints support MINOR: shctx: allow consumers to customize eviction strategy MINOR: cache: track full and hints entries in per-pool LRU lists MEDIUM: cache: early hints-aware eviction code MINOR: cache: indicate whether entries are stripped or not MINOR: http: factor 103 emission into start/end helpers MEDIUM: cache: emit early hints if configured to do so MINOR: cache: add a counter for cache hits serving early hints MINOR: cache: allow opting out of early hints at the rule level MINOR: cache: allow customizing ratio for early hints REGTESTS: cache: validate the emission of 103s MINOR: cache: factor cache_extract_link_hints out of cache_extract_hints MEDIUM: cache: add support for hints-only HTTP caches CLEANUP: cache: align the cache_hint_hits increment with its siblings Olivier Houchard (2): BUILD: haload: Increase a buffer size so that gcc will stop complaining BUILD: task: Fix build when no 8B CAS is available at all William Lallemand (8): MEDIUM: ssl: introduce src/fips.c with TLS version check MEDIUM: ssl: add FIPS TLS 1.2 cipher check for AWS-LC MEDIUM: ssl: set FIPS-approved cipher defaults for AWS-LC FIPS builds MEDIUM: ssl: add FIPS TLS 1.3 ciphersuite check for AWS-LC MEDIUM: ssl: set FIPS-approved curve defaults for AWS-LC FIPS builds MEDIUM: ssl: add FIPS elliptic curve check for AWS-LC MEDIUM: ssl: set FIPS-approved sigalgs defaults for AWS-LC FIPS builds MEDIUM: ssl: add FIPS signature algorithm check for AWS-LC Willy Tarreau (2): MINOR: stats: factor the proxy vs scope check into its own function BUG/MEDIUM: stats: subject "stats admin" accesses to "stats scope" filtering