mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-02 11:41:07 +02:00
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.