Changes since version 1.9.7 : Christopher Faulet (10): BUG/MINOR: http: Call stream_inc_be_http_req_ctr() only one time per request MINOR: spoe: Use the sample context to pass frag_ctx info during encoding MINOR: examples: Use right locale for the last changelog date in haproxy.spec BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled MINOR: config: Test validity of tune.maxaccept during the config parsing CLEANUP: config: Don't alter listener->maxaccept when nbproc is set to 1 BUG/MEDIUM: spoe: Be sure the sample is found before setting its context BUG/MINOR: mux-h1: Fix the parsing of trailers BUG/MINOR: htx: Never transfer more than expected in htx_xfer_blks() MINOR: htx: Split on DATA blocks only when blocks are moved to an HTX message Dragan Dosen (4): BUG/MINOR: haproxy: fix rule->file memory leak BUG/MINOR: log: properly free memory on logformat parse error and deinit() BUG/MINOR: checks: free memory allocated for tasklets BUG/MEDIUM: pattern: fix memory leak in regex pattern functions Ilya Shipitsin (1): BUG/MEDIUM: servers: fix typo "src" instead of "srv" Kevin Zhu (1): BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed Olivier Houchard (10): MINOR: threads: Implement HA_ATOMIC_LOAD(). BUG/MEDIUM: port_range: Make the ring buffer lock-free. BUG/MEDIUM: channels: Don't forget to reset output in channel_erase(). BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown. BUG/MEDIUM: ssl: Use the early_data API the right way. BUG/MEDIUM: streams: Don't add CF_WRITE_ERROR if early data were rejected. BUG/MEDIUM: ssl: Don't attempt to use early data with libressl. MINOR: doc: Document allow-0rtt on the server line. BUG/MEDIUM: h2: Revamp the way send subscriptions works. BUG/MEDIUM: h2: Make sure we set send_list to NULL in h2_detach(). Rob Allen (1): BUG/MINOR: mworker/ssl: close OpenSSL FDs on reload Tim Duesterhus (1): DOC: Fix typo in keyword matrix Willy Tarreau (14): BUG/MEDIUM: mux-h2: properly deal with too large headers frames BUG/MAJOR: map/acl: real fix segfault during show map/acl on CLI BUG/MEDIUM: checks: make sure the warmup task takes the server lock CLEANUP: task: report calls as unsigned in show sess BUG/MINOR: activity: always initialize the profiling variable MINOR: connection: make the debugging helper functions safer BUG/MINOR: logs/threads: properly split the log area upon startup BUG/MINOR: mux-h2: rely on trailers output not input to turn them to empty data BUG/MEDIUM: h2/htx: always fail on too large trailers MEDIUM: mux-h2: discard contents that are to be sent after a shutdown BUG/MEDIUM: mux-h2/htx: never wait for EOM when processing trailers BUG/MEDIUM: h2/htx: never leave a trailers block alone with no EOM block BUG/MINOR: mux-h2: fix the condition to close a cs-less h2s on the backend BUILD: ssl: fix again a libressl build failure after the openssl FD leak fix Yann Cézard (2): DOC: contrib/modsecurity: Typos and fix the reject example BUG/MEDIUM: contrib/modsecurity: If host header is NULL, don't try to strdup it