commit | 2d2d030522bce099e8118097b68a2babc6b4e561 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 28 10:00:54 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 01 10:52:31 2022 +0100 |
tree | 352dded94619b4588838925e674365ee5e07326e | |
parent | 850695ab1f7de5bcd04f09ce3842493a0aa6dce6 [diff] |
MINOR: quic: simplify copy of STREAM frames to RX buffer qc_strm_cpy can be simplified by simply using b_putblk which already handle wrapping of the destination buffer. The function is kept to update the frame length and offset fields.