commit | 0a410e81fba16f56d1b012955855567a43566f66 | [log] [tgz] |
---|---|---|
author | Finn Arne Gangstad <finnag@gmail.com> | Fri Nov 09 21:02:36 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 10 17:38:36 2012 +0100 |
tree | 7382921e09d023c03db565da2de785340f1dd7bb | |
parent | 5fddab0a56fb6c7524d1edcff5a2ad1927675c79 [diff] |
BUG: http: revert broken optimisation from 82fe75c1a79dac933391501b9d293bce34513755 This optimisation causes haproxy to time out requests that result in two TCP packets, one packet containing the header, and one packet containing the actual data. This is a very typical type of response from a lot of servers. [Willy: I suspect the fix might have an impact on the compression code which I'm not sure completely handles calls with 0 bytes to forward]