commit | 31971e536a7e6397cd58fffe0f4f52886fa879f0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 20 12:07:52 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 20 12:07:52 2009 +0200 |
tree | 6b1e76e4d23f77abf25efb4db065f815e4bd9c7b | |
parent | 59454bfaa4ad7345efadb9cb1473401438324d3a [diff] |
[MEDIUM] add support for infinite forwarding In TCP, we don't want to forward chunks of data, we want to forward indefinitely. This patch introduces a special value for the amount of data to be forwarded. When buffer_forward() is called with BUF_INFINITE_FORWARD, it configures the buffer to never stop forwarding until the end.