commit | e6ef4cd7472af6c09d61ff7455bdab748196b879 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 15:54:12 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 15:54:13 2022 +0100 |
tree | 1d4e07b9e7867daf8a4f7d86985754a4541e62ff | |
parent | ddfb50eec68bf0cf0ee6d164054166ca8a8ce5d9 [diff] |
BUG/MINOR: mux-h1: Fix error handling when H1S allocation failed on client side The goto label is not at the right place. When H1S allocation failed, the error is immediately handled. Thus, "no_parsing" label must be set just after h1_send() call to skip the request parsing part. It is 2-7-specific. No backport needed.