commit | 7bddacbb18d9dc4887c49dd03cf548c04fc8025d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 17 08:47:12 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 21 15:35:41 2023 +0200 |
tree | 2305270c19a23031005cff9a98ea28ae1ea6f6ea | |
parent | ca6bf9116496eb33aea314e593b576daa49d7331 [diff] |
BUG/MINOR: http: Return the right reason for 302 Because of a cut/paste error, the wrong reason was returned for 302 code. The 301 reason was returned instead. Thus now, "Found" is returned for 302, instead of "Moved Permanently". This pathc should fix the issue 2208. It must be backported to all stable versions. (cherry picked from commit e3e4e00063f359d6113144bddff67d3557a9eedb) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>