]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: buffer rework: replace ->send_max with ->o
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2012 15:08:30 +0000 (16:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 Apr 2012 09:57:00 +0000 (11:57 +0200)
commit2e046c60179ac310e11fa0f9c0da76e94ae28461
treea244962724c0b394a7d75c247608c522724ec897
parent1122d9c03c7c3e6be24d8465bb5d6c033b4ab9c1
MAJOR: buffer rework: replace ->send_max with ->o

This is the first minor step of the buffer rework. It's only renaming,
it should have no impact.
include/proto/buffers.h
include/types/buffers.h
src/buffers.c
src/dumpstats.c
src/proto_http.c
src/proto_tcp.c
src/stream_sock.c