Changes since version 1.9.13 : Christopher Faulet (4): BUG/MINOR: http-htx: Don't make http_find_header() fail if the value is empty BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data Emmanuel Hocdet (1): BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1 Jerome Magnin (1): BUG/MINOR: stream: init variables when the list is empty Mathias Weiersmueller (1): DOC: clarify matching strings on binary fetches Olivier Houchard (2): BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity(). BUG/MEDIUM: checks: Make sure we set the task affinity just before connecting. Tim Duesterhus (1): DOC: Clarify behavior of server maxconn in HTTP mode Willy Tarreau (4): BUG/MEDIUM: stream: address a very rare unhandled connection issue DOC: move the "group" keyword at the right place BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data BUG/MEDIUM: listener/thread: fix a race when pausing a listener