MINOR: rhttp: large renaming to use rhttp prefix
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Nov 2023 10:10:34 +0000 (11:10 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Nov 2023 16:40:01 +0000 (17:40 +0100)
commit55e78ff7e1233bdf83080930df10b41d3478c8b3
tree54b802f5fbd0cab5175802f2251dab8fbf173418
parente09af499b42037cc3d60efc1dd52b6bd5e39d308
MINOR: rhttp: large renaming to use rhttp prefix

Previous commit renames 'proto_reverse_connect' module to 'proto_rhttp'.
This commits follows this by replacing various custom prefix by 'rhttp_'
to make the code uniform.

Note that 'reverse_' prefix was kept in connection module. This is
because if a new reversable protocol not based on HTTP is implemented,
it may be necessary to reused the same connection function which are
protocol agnostic.
14 files changed:
include/haproxy/listener-t.h
include/haproxy/proto_rhttp.h
include/haproxy/protocol-t.h
include/haproxy/receiver-t.h
include/haproxy/server-t.h
include/haproxy/server.h
src/backend.c
src/cfgparse.c
src/connection.c
src/listener.c
src/proto_rhttp.c
src/proxy.c
src/server.c
src/tools.c