]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 Apr 2022 16:15:16 +0000 (18:15 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commit1336ccffab272803fb0922d4c909b8b721ba35c1
tree36ec60cebfffae0d6caba48ba20cb5918c02cbcf
parentaa69d8fa1c40b6f1c6a41bda6565f7a4de2c8083
CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create()

cs_register_applet() was not a good name because it suggests it happens
during startup, just like any other registration mechanisms..
include/haproxy/conn_stream.h
src/backend.c
src/cache.c
src/conn_stream.c
src/http_ana.c
src/stream.c