commit | 743a2d3e14a1fade71b34121f2f599ebfaee8109 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 31 16:37:11 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 31 16:40:11 2012 +0200 |
tree | 76eb1b830ec2b1482a46f4157aecf514e6089038 | |
parent | fa6bac6ec38a5a2308bcd496a5dd6df388da6380 [diff] |
BUG/MEDIUM: buffers: fix bi_putchr() to correctly advance the pointer bi_putchr() failed to move the buffer pointer forward. The only user was the peer handler which was broken, it failed to sync. Thanks to Hervé Commowick for reporting the issue.