mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-26 00:31:48 +02: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.