commit | 3e1f7f4a39456051873aec75eb7d9e8f4ace6813 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 28 09:47:07 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 28 10:49:09 2020 +0100 |
tree | 085a451921afa90714518592df70d3bf06edd8aa | |
parent | 2711e51016cfc408deb03e66f46bea0fa5bf954c [diff] |
BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name When a header is added or modified, in http_add_header() or http_replace_header(), a comparison is performed on its name to know if it is the Host header and if the authority part of the uri must be updated or not. This comparision must be case-insensive. This patch should fix the issue #522. It must be backported to 2.1.