]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Fix error handling when H1S allocation failed on client side
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 14:54:12 +0000 (15:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 14:54:13 +0000 (15:54 +0100)
commite6ef4cd7472af6c09d61ff7455bdab748196b879
tree1d4e07b9e7867daf8a4f7d86985754a4541e62ff
parentddfb50eec68bf0cf0ee6d164054166ca8a8ce5d9
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.
src/mux_h1.c