[MEDIUM] tcp-request : don't wait for inspect-delay to expire when the buffer is...
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Sep 2010 14:36:16 +0000 (16:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:31 +0000 (19:04 +0200)
commitb824b002cd55e3616e1c721e73b981a80444d0a9
tree939f904cbd50be21cade1ac60cd71b19f83bbd73
parent22a95342136d9d8d88ce5b2aa087b264a844c768
[MEDIUM] tcp-request : don't wait for inspect-delay to expire when the buffer is full

If a request buffer is full, there's no point waiting for the timeout to
expire, the contents will not change.
doc/configuration.txt
src/proto_tcp.c