]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http_fetch: Remove the version part when capturing the request uri
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Nov 2018 13:35:18 +0000 (14:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 16 Nov 2018 15:05:51 +0000 (16:05 +0100)
commit78337bbbaa27fb647a601032cf5f1a8bbe66193b
tree3c971c9119c6e54606b347d8d7a31dc01b281c2b
parent9c27ea0a6a8e44a989fd2f9a4c63c243292955a0
BUG/MINOR: http_fetch: Remove the version part when capturing the request uri

This patch fixes a bug introduced in the commit 6b952c810 ("REORG: http: move
http_get_path() to http.c"). In the reorg, the code responsible to skip the
version to only extract the path in the HTTP request was dropped.

No backport is needed, this only affects 1.9.
src/http_fetch.c