mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +01:00
lengths are in network byte order so use ntohs(hdr.v2.len) when calculating size of v2 header to recv() from head of stream.
lengths are in network byte order so use ntohs(hdr.v2.len) when calculating size of v2 header to recv() from head of stream.