]> git.kaiwu.me - haproxy.git/commit
MINOR: stream-int/conn-stream: Move half-close timeout in the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Mar 2022 16:03:35 +0000 (18:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit1d9877700ed732278dc8c60fa16da6523273d6a0
treeab892f98ff8595c39dab3727a4a11f767034fa42
parent8da67aae3ef27776913f0f115f6e770870b597db
MINOR: stream-int/conn-stream: Move half-close timeout in the conn-stream

The half-close timeout (hcto) is now part of the conn-stream. It is a step
closer to the stream-interface removal.
include/haproxy/conn_stream-t.h
include/haproxy/stream_interface-t.h
src/cli.c
src/conn_stream.c
src/proxy.c
src/stream.c
src/stream_interface.c