]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream Move si_is_conn_error() in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 15:15:10 +0000 (17:15 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit158f33615de5a257a022b0972a2e68d4eb888741
treee897a2d05204391f25898cfb78c52d1fdfde24c6
parent000ba3e613b31986d94b8e6eeeb76a22095b55ac
MINOR: stream-int/conn-stream Move si_is_conn_error() in the conn-stream scope

si_is_conn_error() is renamed as cs_is_conn_erro() and updated to manipulate
a conn-stream instead of a stream-interface.
include/haproxy/cs_utils.h
include/haproxy/stream_interface.h
src/conn_stream.c
src/stream_interface.c