Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MINOR: h1-htx: Don't flag response as bodyless when a tunnel is e…
…stablished This reverts commit 225a4d0. When a 200-OK response is replied to a CONNECT request or a 101-Switching-protocol, a tunnel is considered as established between the client and the server. However, we must not declare the reponse as bodyless. Of course, there is no payload, but tunneled data are expected. Because of this bug, the zero-copy forwarding is disabled on the server side. This patch must be backported as far as 2.9. (cherry picked from commit a99d588) Signed-off-by: Willy Tarreau <[email protected]> (cherry picked from commit 550ea03) Signed-off-by: Willy Tarreau <[email protected]>
- Loading branch information