mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 09:10:53 +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.