]> 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>
Thu, 18 Jun 2026 09:25:59 +0000 (11:25 +0200)
commit6e3226c8728f837776a9bed3ac81171303cee88f
tree4d464fbaadc15d6b654855a4a0f1ce4a4de2664b
parent1567adab158038471f781f284daff7e0e1bc70e4
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]