]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream: Rename cs_detach() to cs_detach_endp()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 13:53:08 +0000 (14:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commita73c9f0faa873bc2a1f21b54c0f7735712ef759e
tree76cdb46020fb089102ba52c8cba974a53b70f45d
parent108ce5a70bbae6a693ea7939b54ea5a2028f7223
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.
include/haproxy/conn_stream.h
include/haproxy/stream_interface.h