commit | 642ab063132c414c41cc8061d87a653073720437 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Feb 23 10:54:42 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 25 15:06:17 2022 +0100 |
tree | ff09fa8d8883bc4babe838a389aa8374220f9f42 | |
parent | 897c861aea2b44688ff1d68bb69f111e532fbfa8 [diff] |
MINOR: quic: adjust buffer handling for STREAM transmission Simplify the data manipulation of STREAM frames on TX. Only stream data and len field are used to generate a valid STREAM frames from the buffer. Do not use the offset field, which required that a single buffer instance should be shared for every frames on a single stream.