mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-13 15:01:27 +02:00
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.