]> git.kaiwu.me - haproxy.git/commit
[BUG] server redirection used an uninitialized string.
authorWilly Tarreau <w@1wt.eu>
Sat, 9 Jan 2010 20:29:23 +0000 (21:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 Jan 2010 20:29:23 +0000 (21:29 +0100)
commit59e0b0f97297d6bec936daa5e0683d08da8c64b4
tree4b23367209c30304b8c96cc603cc9e45d8d9dd8d
parent1fac75385abdfe03d7d3c4c5b04eb95a0db1bc74
[BUG] server redirection used an uninitialized string.

This might have been introduced with chunk extensions. Note that
the server redirect still does not work because http_get_path()
cannot get the correct path once the request message is in the
HTTP_MSG_DONE state (->som does not point to the start of message
anymore).
src/proto_http.c