diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:28:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:28:35 +0000 |
commit | 94747970b5724254236b51cd41b77893785c7af6 (patch) | |
tree | 593ed52e2978ddf5ffe91ed81111e73d57807d30 /dnsdist-tcp-upstream.hh | |
parent | Adding debian version 1.9.4-1. (diff) | |
download | dnsdist-94747970b5724254236b51cd41b77893785c7af6.tar.xz dnsdist-94747970b5724254236b51cd41b77893785c7af6.zip |
Merging upstream version 1.9.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dnsdist-tcp-upstream.hh')
-rw-r--r-- | dnsdist-tcp-upstream.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsdist-tcp-upstream.hh b/dnsdist-tcp-upstream.hh index c6410df..ba6ecd8 100644 --- a/dnsdist-tcp-upstream.hh +++ b/dnsdist-tcp-upstream.hh @@ -137,7 +137,7 @@ public: void handleXFRResponse(const struct timeval& now, TCPResponse&& response) override; virtual IOState sendResponse(const struct timeval& now, TCPResponse&& response); - void handleResponseSent(TCPResponse& currentResponse); + void handleResponseSent(TCPResponse& currentResponse, size_t sentBytes); virtual IOState handleHandshake(const struct timeval& now); void handleHandshakeDone(const struct timeval& now); ProxyProtocolResult handleProxyProtocolPayload(); |