]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: Refactor how data are received in tcpcheck_main()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Apr 2020 11:25:58 +0000 (13:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commitf9585d8dc79c71372ae71436d2fe6203103112d2
tree68ef2e975ae3cfe23c352b4c750ca7e29141c61a
parente60abd1a064a9c945a648cf14f4bc24bfb6c2772
MEDIUM: checks: Refactor how data are received in tcpcheck_main()

A dedicated function is now used to received data. fundamentally, it should do
the same operations than before. But the way data are received has been reworked
to be closer to the si_cs_recv() function.
src/checks.c