MINOR: buffer: add the buffer input manipulation functions
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Oct 2017 13:26:17 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:00:17 +0000 (10:00 +0200)
commit145746c2d55f6524fdb47191479d84bcd6e3d5d1
treee84b366e6ddcd353d73465aae2f3c3226fab4f8a
parent390485a68d8a7cc2243351fc153df19a2d2cb743
MINOR: buffer: add the buffer input manipulation functions

We used to have bo_{get,put}_{chr,blk,str} to retrieve/send data to
the output area of a buffer, but not the equivalent ones for the input
area. This will be needed to copy uploaded data frames in HTTP/2.
include/common/buffer.h