commit | 2ca4cc1936c16db030f3cb66eaa628518984edb8 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 22 14:22:56 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 22 15:56:28 2023 +0100 |
tree | c1ba94c81f46c0b7cc569521062a8ca1f1b471a4 | |
parent | 4c13568b49e60ab3ae3144ba94c6a450db9183bd [diff] |
MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data An endpoint should now set SE_FL_EXP_NO_DATA flag if it does not expect any data from the opposite endpoint. This way, the stream will be able to disable any read timeout on the opposite endpoint. Applets should use applet_expect_no_data() and applet_expect_data() functions to set or clear the flag. For now, only dns and sink forwarder applets are concerned.