mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-16 18:56:10 +02:00
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.