]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-htx: Use new HTTP functions for the scheme based normalization
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 Jul 2022 08:24:52 +0000 (10:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 7 Jul 2022 07:35:58 +0000 (09:35 +0200)
commitd1d983fb1267a42e602bf7fb0467e4cfa3c184de
tree285a77dfc87e4a15a0deb2cd42c922b4a3a9de99
parent3f5fbe940733bba84b5ee875af5b13aa3144aa41
MINOR: http-htx: Use new HTTP functions for the scheme based normalization

Use http_get_host_port() and http_is_default_port() functions to perform the
scheme based normalization.
src/http_htx.c