]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_error()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 16:15:18 +0000 (18:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit967955b156cc8423ac5f52282eead9ca94a0f856
tree5ef444049d2a99b0aaf29b1b25f8f1b8107cf278
parent108423819c6d2bf32e5aca70918ff4158e878dc7
CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_error()

First it applies to the stream endpoint and not the conn_stream, and
second it only tests and touches the flags so it makes sense to call
it se_fl_ like other functions which only manipulate the flags, as
it's just a special case of flags.
include/haproxy/conn_stream.h
src/mux_fcgi.c
src/mux_h2.c