]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: Don't interrupt processing on partial post
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 23 Jan 2024 07:22:53 +0000 (08:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:04:09 +0000 (15:04 +0100)
commita4dcd3e54b12d9d313801938cfc30141c0bdfbef
tree1a4d93ce5780151e7cd43f027ce1fc59c51c5492
parent6ac119ba2dac67c3d09386ed2162b339b8f49c44
MEDIUM: stats: Don't interrupt processing on partial post

We no longer test the opposite stream-connector to detect aborted partial
post. Applets must not try to access to info ouside their scope. This make
the code more sensitive to changes and it is a common source of bug.

Tests on the sedesc flags at the begining of the I/O handler should be
enough.
src/stats.c