]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: protocol: implement an ->rx_resume() method
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2020 17:40:31 +0000 (19:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commit58e6b71bb0a8b06276970e7c6e9c4fea2aff1b37
treeea5f1898620fd7c64accebf0ee8b00a95642db14
parentcb66ea60cf60edee833551c3c4aef8b123df570c
MINOR: protocol: implement an ->rx_resume() method

This one undoes ->rx_suspend(), it tries to restore an operational socket.
It was only implemented for TCP since it's the only one we support right
now.
include/haproxy/protocol-t.h
src/proto_tcp.c