Willy Tarreau fcffa6911c [MINOR] http: differentiate waiting for new request and waiting for a complete requst
While waiting in a keep-alive state for a request, we want to silently
close if we don't get anything. However if we get a partial request it's
different because that means the client has started to send something.
This requires a new transaction flag. It will be used to implement a
distinct timeout for keep-alive and requests.
2010-01-10 14:24:53 +01:00
..
2009-10-18 08:20:26 +02:00
2009-01-25 13:49:53 +01:00
2010-01-06 00:28:06 +01:00
2007-05-13 20:19:55 +02:00