]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2009 21:47:55 +0000 (23:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2009 21:50:57 +0000 (23:50 +0200)
commitfb0e9209a905e4e4fe1b913bd0d912066fcc3a2c
tree3713028171fb15f06f224ced457cfe62ba00cb06
parent8280d6496127aac6da5f90866ad26af13fe89a4e
[MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL

It's important that these functions set these flags themselves, otherwise
the callers will always have to do this, and there is no valid reason for
not doing it.
include/proto/buffers.h
src/buffers.c