]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: perform_http_redirect also needs to rewind the buffer
authorWilly Tarreau <w@1wt.eu>
Wed, 30 May 2012 05:59:54 +0000 (07:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 May 2012 06:00:56 +0000 (08:00 +0200)
commitcde18fc1bac432c7625c702c5a3150692cfa5c90
tree7f54da6f424a326c3adf679f8e601a0a3b8c74f8
parenta32d275ab0bd078b94d34d67a6a297e4968eff43
BUG/MINOR: perform_http_redirect also needs to rewind the buffer

Commit d1de8af362905d43bcd96e7522fcee62a93a53bf was incomplete, because
perform_http_redirect() also needs to rewind the buffer since it's called
after data are scheduled for forwarding.

No backport needed.
src/proto_http.c