commit | 6ff91e20232821e8b59bb0bbd36ea7e851b42566 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 14 11:43:35 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 14 11:43:35 2022 +0200 |
tree | cbe7d70eeb01380a2c9afe1bf3832f3c01123d0c | |
parent | 2a06e248f5c8b7c86c7dd48eed7f6d5e87288457 [diff] |
BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side Commit 15a4733d5 ("BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts") omitted to check the side of the connection, and as a side effect, automatically enabled timeouts on idle backend connections, which is totally contrary to the principle that they must be autonomous. This needs to be backported wherever the patch above is backported.