]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: remove a copy-paste typo in transaction cleaning
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Jan 2010 21:46:30 +0000 (22:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jan 2010 21:46:30 +0000 (22:46 +0100)
commitd08f82ebe2d88698941641a92066570fd8c788b2
tree2247efd44ed0adc4a25305555fcbd65b1ea64941
parentc5bbe53f6f86efac2d28d4443d1c2da35948442b
[MINOR] http: remove a copy-paste typo in transaction cleaning

For deciding to set the BF_EXPECT_MORE, we reused the same code as in
http_wait_for_request(), but here we must ignore buf->lr which is not
yet set and useless. This might only have caused random sub-optimal
behaviours.
src/proto_http.c