commit | 6c1fd987f6b0d7f7c6f5976a3eebdfad4d894811 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 15 10:42:02 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 01 11:06:48 2021 +0200 |
tree | 29d9be91efe6b707a19beef44e5bb23d76fdd984 | |
parent | 75f619ad922a53296fc958299550c6fed4a60055 [diff] |
MINOR: stream: Handle stream HTTP upgrade in a dedicated function The code responsible to perform an HTTP upgrade from a TCP stream is moved in a dedicated function, stream_set_http_mode(). The stream_set_backend() function is slightly updated, especially to correctly set the request analysers.