]> git.kaiwu.me - haproxy.git/commit
MINOR: xprt_qstrm: handle connection errors
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Apr 2026 11:54:47 +0000 (13:54 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 10 Apr 2026 08:20:52 +0000 (10:20 +0200)
commit10f2867dc27ea30bf5439a54318a2f8387a705fa
tree756e15f64dcbd1d30fa3313f149dfe832e22cf5b
parent47199ce89585ccae1a13ad967983c3ae45c7e046
MINOR: xprt_qstrm: handle connection errors

This patch implements proper connection error handling for xprt_qstrm
layer. Basically, processing is interrupted if CO_FL_ERROR is
encountered after either rcv_buf or snd_buf operations. Connectionn
error is set to the newly defined value CO_ER_QSTRM.
include/haproxy/connection-t.h
src/connection.c
src/session.c
src/xprt_qstrm.c