commit | fb0e9209a905e4e4fe1b913bd0d912066fcc3a2c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:47:55 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:50:57 2009 +0200 |
tree | 3713028171fb15f06f224ced457cfe62ba00cb06 | |
parent | 8280d6496127aac6da5f90866ad26af13fe89a4e [diff] |
[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.