commit | b3ef9c392e9487eca373366f265c2b86f4d3f30b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 26 16:11:02 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 13 09:43:38 2023 +0100 |
tree | 423d50d4642311f26048fb60445e62c134a00625 | |
parent | 11fddb96554a5db2a1a7bfb48f49a03a66b396f3 [diff] |
MINOR: bwlim: Remove useless test on CF_READ_ERROR to detect the last packet There is already a test on CF_EOI and CF_SHUTR. The last one is always set when a read error is reported. Thus there is no reason to check CF_READ_ERROR.