]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h1: Add connection error handling when reading/sending on a pipe
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Oct 2022 10:04:56 +0000 (12:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 12 Oct 2022 15:10:44 +0000 (17:10 +0200)
commit9009c974c1e1f5bdb61df3f62732e51cae026f48
tree3ca2689f87d8cca917419ed15bba02acab287d87
parentc8db114afca12eea3500a844511552b068f2d821
BUG/MEDIUM: mux-h1: Add connection error handling when reading/sending on a pipe

There is no error handling when we read or write on a pipe. There error is
caught later, in the mux I/O handler. But there is no reason to not do so
here.

There is no reason to backport it because no issue was reported for now
because of this "bug". In all cases, it must be evaluated first.
src/mux_h1.c