commit | 145746c2d55f6524fdb47191479d84bcd6e3d5d1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 26 15:26:17 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 27 10:00:17 2017 +0200 |
tree | e84b366e6ddcd353d73465aae2f3c3226fab4f8a | |
parent | 390485a68d8a7cc2243351fc153df19a2d2cb743 [diff] |
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.