Changes since version 1.9-dev6 : Christopher Faulet (5): BUG/MINOR: http_fetch: Remove the version part when capturing the request uri MINOR: http: Regroup return statements of http_req_get_intercept_rule at the end MINOR: http: Regroup return statements of http_res_get_intercept_rule at the end BUG/MINOR: http: Be sure to sent fully formed HTTP 103 responses BUG/MINOR: config: Copy default error messages when parsing of a backend starts David Carlier (1): BUILD/MEDIUM: threads/affinity: DragonFly build fix Frédéric Lécaille (5): MINOR: http: Add new "early-hint" http-request action. MINOR: http: Make new "early-hint" http-request action really be parsed. MINOR: http: Implement "early-hint" http request rules. MINOR: doc: Add information about "early-hint" http-request action. DOC: early-hints: fix truncated line. Joseph Herlant (6): CLEANUP: fix typos in the comments of the Makefile CLEANUP: fix a typo in a comment for the contrib/halog subsystem CLEANUP: fix typos in comments for the contrib/modsecurity subsystem CLEANUP: fix typos in comments for contrib/spoa_example CLEANUP: fix typos in comments for contrib/wireshark-dissectors DOC: Fix typos in README and CONTRIBUTING Olivier Houchard (1): BUG/MEDIUM: Make sure stksess is properly aligned. William Lallemand (5): MINOR: mworker: only close std{in,out,err} in daemon mode BUG/MEDIUM: log: don't CLOEXEC the inherited FDs MEDIUM: jobs: support unstoppable jobs for soft stop MEDIUM: listeners: support unstoppable listener MEDIUM: cli: worker socketpair is unstoppable Willy Tarreau (18): BUILD: cache: fix a build warning regarding too large an integer for the age MINOR: log: slightly improve error message syntax on log failure DOC: logs: the format directive was missing from the second log part MINOR: log: report the number of dropped logs in the stats MEDIUM: log: add support for logging to existing file descriptors MEDIUM: log: support a new "short" format MEDIUM: log: add a new "raw" format BUG/MEDIUM: stream-int: change the way buffer room is requested by a stream-int BUG/MEDIUM: stream-int: convert some co_data() checks to channel_is_empty() MINOR: namespaces: don't build namespace.c if disabled BUG/MEDIUM: stream-int: make failed splice_in always subscribe to recv BUG/MEDIUM: stream-int: clear CO_FL_WAIT_ROOM after splicing data in BUG/MINOR: stream-int: make sure not to go through the rcv_buf path after splice() CONTRIB: debug: fix build related to conn_stream flags change REGTEST: fix scripts 1 and 3 to accept development version BUG/MINOR: stream-int: set SI_FL_WANT_PUT in sess_establish() MINOR: stream: move the conn_stream specific calls to the stream-int CLEANUP: h2: minimum documentation for recent API changes