Changes since version 2.2.3 : Amaury Denoyelle (1): BUG/MINOR: config: Fix memory leak on config parse listen Christopher Faulet (2): BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch Eric Salama (1): BUG/MINOR: Fix memory leaks cfg_parse_peers Olivier Houchard (1): BUG/MEDIUM: ssl: Don't call ssl_sock_io_cb() directly. Tim Duesterhus (1): BUG/MINOR: Fix type passed of sizeof() for calloc() William Lallemand (2): BUG/MINOR: ssl: verifyhost is case sensitive BUG/MINOR: ssl/crt-list: crt-list could end without a \n Willy Tarreau (8): BUILD: threads: better workaround for late loading of libgcc_s BUG/MINOR: server: report correct error message for invalid port on "socks4" BUG/MINOR: h2/trace: do not display "stream error" after a frame ACK BUG/MEDIUM: h2: report frame bits only for handled types MINOR: h2/trace: also display the remaining frame length in traces MINOR: backend: make the "whole" option of balance uri take only one bit MINOR: backend: add a new "path-only" option to "balance uri" REGTESTS: add a few load balancing tests