Changes since version 3.2.7 : Amaury Denoyelle (1): OPTIM: backend: skip conn reuse for incompatible proxies Chris Staite (2): MINOR: backend: srv_queue helper MINOR: backend: srv_is_up converter Christopher Faulet (2): BUG/MEDIUM: applet: Improve again spinning loops detection with the new API BUG/MINOR: resolvers: Apply dns-accept-family setting on additional records Damien Claisse (1): BUG/MINOR: resolvers: ensure fair round robin iteration Huangbin Zhan (1): MINOR: http: fix 405,431,501 default errorfile Maximilian Moehl (1): BUG/MEDIUM: mux-h1: fix 414 / 431 status code reporting Olivier Houchard (2): BUG/MEDIUM: mt_lists: Avoid el->prev = el->next = el BUG/MEDIUM: mt_list: Use atomic operations to prevent compiler optims Remi Tricot-Le Breton (2): BUG/MEDIUM: ssl: Crash because of dangling ckch_store reference in a ckch instance BUG/MINOR: init: Do not close previously created fd in stdio_quiet William Lallemand (2): BUG/MINOR: ssl: returns when SSL_CTX_new failed during init SCRIPTS: build-ssl: fix rpath in AWS-LC install for openssl and bssl bin Willy Tarreau (8): BUG/MINOR: stick-tables: properly index string-type keys MINOR: applet: do not put SE_FL_WANT_ROOM on rcv_buf() if the channel is empty MINOR: cli: create cli_raw_rcv_buf() from the generic applet_raw_rcv_buf() BUG/MEDIUM: cli: do not return ACKs one char at a time DOC: config: slightly clarify the ssl_fc_has_early() behavior MINOR: ssl-sample: add ssl_fc_early_rcvd() to detect use of early data BUG/MEDIUM: mux-h2: make sure not to move a dead connection to idle BUG/MEDIUM: connections: permit to permanently remove an idle conn