]> 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>
Fri, 24 Apr 2026 09:32:45 +0000 (11:32 +0200)
commit7f894cc6dc21edb97263bbd3af3e1520d88ce2fe
tree010e34e8cad38eba6f9951172cf10f911535abc9
parentcc8bd0241ba6cf430b2b79765c9c982319b8e7f8
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]