]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc()
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 09:11:15 +0000 (11:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitdf1a2fc234388e61749f59ab652ad06ef78d961c
tree0c9b7f9172ba34a75b620b87b4f8a743d2d8e516
parentc12b3216611db8703981fc23ebab8e597c5e2bd6
CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc()

It upgrades the protocol on a stream connector, let's update the name.
include/haproxy/stream.h
src/mux_h1.c
src/stream.c