]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] buffer_forward() would not correctly consider data already scheduled
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Sep 2009 18:32:30 +0000 (20:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Sep 2009 12:53:47 +0000 (14:53 +0200)
commit91aa577b1f0483c50bfa72b3198cf1a1ff835163
tree57be303be6f26786e73692132b277a3b4d7b2ef1
parent36a5c5389d2073126813ed834a7aca4810389bc0
[BUG] buffer_forward() would not correctly consider data already scheduled

The computations in buffer_forward() were only valid if buffer_forward()
was used on a buffer which had no more data scheduled for forwarding.
This is always the case right now so this bug is not yet triggered but
it will soon be. Now we correctly discount the bytes to be forwarded
from the data already present in the buffer.
include/proto/buffers.h