commit | 2bb5edcf19cc0666464a91b5f13070dd8af2a415 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 15 10:57:09 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 15 10:57:11 2022 +0200 |
tree | 7b682c392652b4c119839808c01f196be94923b6 | |
parent | cef08c20c72b02151a0b64c98cf40a965ce29218 [diff] |
BUG/MEDIUM: connection: Don't crush context pointer location if it is a CS The issue only concerns the backend connection. The conn-stream is now owned by the stream and persists during all the stream life. Thus we must not crush it when the backend connection is released. It is 2.6-specific. No backport is needed.