commit | 227424450c874cd17fbf81af487c2f2775668877 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 23 16:58:22 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 23 16:58:23 2022 +0100 |
tree | 70b3aa357bd20c150a77a7de2df5f778c3557a62 | |
parent | 4427ea7f049760725141bc710511c1a4c8bf59b4 [diff] |
BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out When a timeout is detected waiting for the request, a 408-Request-Time-Out response is sent. However, an error was introduced by commit 6858d76cd3 ("BUG/MINOR: mux-h1: Obey dontlognull option for empty requests"). Instead of inhibiting the log message, the option was stopping the error sending. Of course, we must do the opposite. This patch must be backported as far as 2.4.