mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-07 16:11:10 +01:00
This now provides sink_new_buf() which allocates a ring buffer. One such
ring ("buf0") of 1 MB is created already, and may be used by sink_write().
The sink's creation should probably be moved somewhere else later.