mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 07:06:42 +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.