commit | 3eff752f6f157985e92cd9d9ca3da27ee0af2772 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 06 18:14:47 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 13 09:43:38 2023 +0100 |
tree | 426cddd981229b20e6cd2753579012b2a7be5505 | |
parent | 5b74f99383692308d9827e45a723b373cd444c55 [diff] |
BUG/MINOR: mux-h1: Don't report an H1C error on client timeout When a client timeout is reported by the H1 mux, it is not an error but an abort. Thus, H1C_F_ERROR flag must not be set. It is espacially important to not inhibit the send. Because of this bug, a 408-Request-time-out is reported in logs but the error message is not sent to the client. This patch must be backported to 2.7.