commit | cea05437c0c831c3fc0309dccc6071c249c9c8d7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 14 11:40:12 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 14 11:57:06 2022 +0200 |
tree | 009cb6ea7c5b33c7430e8b3c97a6a974382bb66b | |
parent | 4de1bff86606e52778caf2f64d99302cb61e1314 [diff] |
MINOR: conn-stream: Use unsafe functions to get conn/appctx in cs_detach_endp There is no reason to rely on safe functions here. This patch should fix the issue #1656.