Changes since version 2.2.5 : Amaury Denoyelle (3): BUG/MEDIUM: check: reuse srv proto only if using same mode MINOR: check: report error on incompatible proto MINOR: check: report error on incompatible connect proto Christopher Faulet (13): MINOR: http-htx: Add understandable errors for the errorfiles parsing BUG/MINOR: http-htx: Just warn if payload of an errorfile doesn't match the C-L DOC: config: Fix a typo on ssl_c_chain_der BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet MINOR: spoe: Don't close connection in sync mode on processing timeout BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after MINOR: init: Fix the prototype for per-thread free callbacks MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests Eric Salama (1): MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. Frédéric Lécaille (3): BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. BUG/MINOR: peers: Missing TX cache entries reset. MINOR: peers: Add traces to peer_treat_updatemsg(). Maciej Zdeb (1): BUG/MINOR: http-fetch: Extract cookie value even when no cookie name Thierry Fournier (2): BUG/MINOR: pattern: a sample marked as const could be written BUG/MINOR: lua: set buffer size during map lookups William Dauchy (1): MINOR: ssl: add ssl_{c,s}_chain_der fetch methods William Lallemand (2): BUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der() BUG/MINOR: ssl: segv on startup when AKID but no keyid Willy Tarreau (3): BUG/MINOR: ssl: don't report 1024 bits DH param load error when it's higher BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages BUILD: http-htx: fix build warning regarding long type in printf