mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 09:29:09 +02:00
For some concurrently accessed buffers we can't rely on head/data etc, but sometimes the access patterns guarantees that the buffer contents are there. Let's implement a function to read contents from a fixed offset, which never checks head nor data, only the area and its size. It's the caller's job to get this offset.