Willy Tarreau 2be3939416 [MINOR] http: don't wait for sending requests to the server
By default we automatically wait for enough data to fill large
packets if buf->to_forward is not null. This causes a problem
with POST/Expect requests which have a data size but no data
immediately available. Instead of causing noticeable delays on
such requests, simply add a flag to disable waiting when sending
requests.
2010-01-03 17:24:51 +01:00
..
2009-10-18 08:20:26 +02:00
2009-01-25 13:49:53 +01:00
2007-05-13 20:19:55 +02:00