BUG/MEDIUM: buffers: fix bi_putchr() to correctly advance the pointer
authorWilly Tarreau <w@1wt.eu>
Thu, 31 May 2012 14:37:11 +0000 (16:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 May 2012 14:40:11 +0000 (16:40 +0200)
commit743a2d3e14a1fade71b34121f2f599ebfaee8109
tree76eb1b830ec2b1482a46f4157aecf514e6089038
parentfa6bac6ec38a5a2308bcd496a5dd6df388da6380
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.
src/buffers.c