On Mon, Feb 26, 2018 at 11:00:28AM +0100, Christopher Faulet wrote: > Hi, > > Here are 2 patches to fix bi_putblk and bo_putblk in the wrapping case. > There are 2 patches because the one about bo_putblk must be backported to > haproxy 1.5 and newer versions while the one about bi_putblk must only be > backported to 1.8. But the fix is the same.
Interesting. I was surprized how it has apparently never triggered for POST requests over HTTP/2, and it seems that this is purely due to the fact that during the body phase (where the channel's buffer may wrap), the H2 data frames are always smaller than a channel's buffer (due to the 9 bytes overhead). Thanks, Willy

