BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo

The scheme based normalization is not properly handled the URI's userinfo,
if any. First, the authority parser is not called with "no_userinfo"
parameter set. Then it is skipped from the URI normalization.

This patch must be backported as far as 2.4.

(cherry picked from commit 0eab050b040d4240d78e0c1eb4db937bcddc834f)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit fe951e79d0e04abf0be468faab27b20b40940e57)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit f991a171e72ad06c52e4e7b1bd06e141bf5034d4)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
1 file changed