]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] add a send limit to a buffer
authorWilly Tarreau <w@1wt.eu>
Sat, 13 Dec 2008 20:12:26 +0000 (21:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Dec 2008 09:58:52 +0000 (10:58 +0100)
commitf890dc900301e23cab44433d82519512d850b40c
treeff8423a5f5e535a569b152966ffd1b0ef4f09d11
parent05cb29bcd00e471cdd58f8663d0d5d6ff538d7dc
[MEDIUM] add a send limit to a buffer

For keep-alive, line-mode protocols and splicing, we will need to
limit the sender to process a certain amount of bytes. The limit
is automatically set to the buffer size when analysers are detached
from the buffer.
include/proto/buffers.h
include/types/buffers.h
src/buffers.c
src/proto_uxst.c
src/session.c
src/stream_sock.c