]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stream-int: Move si_is_conn_error() in the header file
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 11:56:30 +0000 (13:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commitdde33046bd14b4a3fe36e94893003c0f91af6312
treee2ecd7dcba798662e28b2e5ae57eaa5974491081
parent9b7a9b400daccb22433dc8366204116cb6d69600
REORG: stream-int: Move si_is_conn_error() in the header file

To ease next changes, this function is moved in the header file. It is a
transient commit.
include/haproxy/stream_interface.h
src/stream_interface.c