commit | a73c9f0faa873bc2a1f21b54c0f7735712ef759e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 14:53:08 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 76cdb46020fb089102ba52c8cba974a53b70f45d | |
parent | 108ce5a70bbae6a693ea7939b54ea5a2028f7223 [diff] |
MINOR: conn-stream: Rename cs_detach() to cs_detach_endp() Because cs_detach() is releated to the endpoint only, the function is renamed. The main purpose of this patch is to be able to add a function to detach the conn-stream from the application.