Changes since version 2.7-dev0 : Amaury Denoyelle (12): MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch MINOR: h3: add h3c pointer into h3s instance MINOR: mux-quic: simplify decode_qcs API MINOR: mux-quic/h3: adjust demuxing function return values BUG/MINOR: h3: fix return value on decode_qcs on error BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing BUG/MINOR: h3: fix frame type definition BUG/MEDIUM: h3: fix SETTINGS parsing BUG/MEDIUM: mux-quic: fix flow control connection Tx level MINOR: mux-quic: complete BUG_ON on TX flow-control enforcing BUG/MINOR: mux-quic: fix memleak on frames rejected by transport BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup Benoit DOLEZ (1): BUILD: quic: fix anonymous union for gcc-4.4 Christopher Faulet (43): BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases MEDIUM: httpclient: Don't close CLI applet at the end of a response MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs REGTESTS: abortonclose: Add a barrier to not mix up log messages REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients CLEANUP: ssl_ckch: Use corresponding enum for commit_cacrlfile_ctx.cafile_type MINOR: ssl_ckch: Simplify I/O handler to commit changes on CA/CRL entry BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries MINOR: ssl_ckch: Remove service context for "set ssl cert" command MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command MINOR: ssl_ckch: Remove service context for "set ssl crl-file" command BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler BUILD: ssl_ckch: Fix build error about a possible uninitialized value BUG/MINOR: ssl_ckch: Fix another possible uninitialized value REGTESTS: http_abortonclose: Extend supported versions REGTESTS: restrict_req_hdr_names: Extend supported versions BUG/MINOR: trace: Test server existence for health-checks to get proxy BUG/MINOR: checks: Properly handle email alerts in trace messages BUG/MEDIUM: mailers: Set the object type for check attached to an email alert REGTESTS: healthcheckmail: Update the test to be functionnal again REGTESTS: healthcheckmail: Relax health-check failure condition BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration CLEANUP: check: Remove useless tests on check's stream-connector BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing Glenn Strauss (1): OPTIM: mux-h2: increase h2_settings_initial_window_size default to 64k Tim Duesterhus (1): CLEANUP: Re-apply xalloc_size.cocci (2) Willy Tarreau (13): BUILD: compiler: implement unreachable for older compilers too DEV: tcploop: reorder options in the usage message DEV: tcploop: make the current address the default address DEV: tcploop: make it possible to change the target address of a connect() DEV: tcploop: factor out the socket creation DEV: tcploop: permit port 0 to ease handling of default options DEV: tcploop: add a new "bind" command to bind to ip/port. DEV: tcploop: add minimal UDP support MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs BUG/MINOR: server: do not enable DNS resolution on disabled proxies BUG/MINOR: cli/stats: add missing trailing LF after "show info json" DOC: design: update the notes on thread groups