commit | c6b60f1e00926cc9db1f20ec56a69d8192a9ff5a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 21 12:23:30 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 22 14:32:30 2022 +0200 |
tree | d7b64feb02c2b8040ad5269de066a842ee3d6132 | |
parent | a33ff7a8a763f1e92a54f16119c7430a76367350 [diff] |
MINOR: stream: Don't needlessly detach server endpoint on early client abort When a client abort is detected with the server conn-stream in CS_ST_INI state, there is no reason to detach the endpoing because we know there is no endpoint attached to this conn-stream. This patch depends on the commit "BUG/MEDIUM: conn-stream: Set back CS to RDY state when the appctx is created".