]> git.kaiwu.me - haproxy.git/commit
MINOR: hldstream: add definition of hldstream struct objects
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 19 Mar 2026 13:36:21 +0000 (14:36 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 1 Jul 2026 13:22:14 +0000 (15:22 +0200)
commit0ecbf8ffb4b41148767d4a251fc74eae9fa1f93c
tree0eb8fbb63c83bf78c76c888a5d665ef2832d99bb
parent6e3ba99ca89746db7d019b5a2faa196c9b8b9bea
MINOR: hldstream: add definition of hldstream struct objects

haload is a client-side HTTP benchmarking tool designed to manage
concurrent HTTP streams.

This patch defines the hldstream C structure, which serves as the
core object to represent a haload HTTP stream for all the HTTP protocol.
It will be used by the upcoming haload module to handle specialized
stream contexts.
include/haproxy/hldstream-t.h [new file with mode: 0644]