]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ncbuf: extract common types
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 14 Oct 2025 09:35:21 +0000 (11:35 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Oct 2025 09:11:20 +0000 (11:11 +0200)
commit59f0bafef28259f4bceebb00bbce4c48e5dd5791
tree4c405d29ddb1c4a233575d20a9c9b3cb1d48ac43
parentf936feb3a97d9c576a5e38671a5678225ab7997e
MINOR: ncbuf: extract common types

ncbuf is a module which provide a non-contiguous buffer type
implementation. This patch extracts some basic types related to it into
a new file ncbuf_common.h.

This patch will be useful to provide a new non-contiguous buffer
alternative implementation based on a bitmap.

This patch is not a bug fix. However, it is necessary for ncbmbuf
implementation which will be required to fix a QUIC issue on CRYPTO
frames parsing. This, it will be necessary to backport the current patch
prior to the fix to come.
include/haproxy/ncbuf-t.h
include/haproxy/ncbuf_common-t.h [new file with mode: 0644]