]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1-htx: Declare successful tunnel establishment as bodyless
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Oct 2023 08:42:32 +0000 (10:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Oct 2023 13:34:18 +0000 (15:34 +0200)
commit225a4d02e1f6a12c0b4f3584949fad3339d71708
tree0d6ac2ac2b14dd229367dbe3f42f831779c9e111
parentb6c32f1e04721903bab4dff5d93d86b17eca9ecc
MINOR: h1-htx: Declare successful tunnel establishment as bodyless

Successful responses to a CONNECT or to a upgrade request have no payload.
Be explicit on this point by setting HTX_SL_F_BODYLESS_RESP flag on the HTX
start-line.
src/h1_htx.c