haproxy/include
Frédéric Lécaille c7860007cc MINOR: buf: Add b_force_xfer() function
This function does exactly the same thing as b_xfer() which transfers
data from a struct buffer to another one but without zero copy when
the destination buffer is empty. This is at least useful to transfer
h3 data to the QUIC mux from buffer with garbage medata which have
been used to build h3 frames without too much memcopy()/memmove().
2021-09-23 15:27:25 +02:00
..
haproxy MINOR: buf: Add b_force_xfer() function 2021-09-23 15:27:25 +02:00
import BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc 2021-09-17 09:57:27 +02:00