commit | 91aa577b1f0483c50bfa72b3198cf1a1ff835163 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 15 20:32:30 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Sep 19 14:53:47 2009 +0200 |
tree | 57be303be6f26786e73692132b277a3b4d7b2ef1 | |
parent | 36a5c5389d2073126813ed834a7aca4810389bc0 [diff] |
[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.