]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/stream: Move conn_retries counter in the stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Mar 2022 13:42:09 +0000 (15:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit909f3182591665229d8cadb1f231b88b29fd95f5
treedfaa7a0793477b623d978dca88362da73b043d6f
parentc216185c715a4550dee90d91a353a7090b957c7b
MINOR: stream-int/stream: Move conn_retries counter in the stream

The conn_retries counter may be moved into the stream structure. It only
concerns the connection establishment. The frontend stream-interface does not
use it. So it is a logical change.
include/haproxy/stream-t.h
include/haproxy/stream.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/backend.c
src/cli.c
src/http_ana.c
src/log.c
src/stream.c