commit | d08f82ebe2d88698941641a92066570fd8c788b2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 25 22:46:30 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 25 22:46:30 2010 +0100 |
tree | 2247efd44ed0adc4a25305555fcbd65b1ea64941 | |
parent | c5bbe53f6f86efac2d28d4443d1c2da35948442b [diff] |
[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.