mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
When the H1 connection is aborted, we no longer set a final error. To do so, the flag H1C_F_ABORTED was added. For now, it is only set when a error is detected on the H1 stream. Idea is to use ERR_PENDING/ERROR for upgoing errors and ABRT_PENDING/ABRTED for downgoing errors.