summaryrefslogtreecommitdiffstats
path: root/dnsdist-tcp-upstream.hh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:28:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:28:35 +0000
commit94747970b5724254236b51cd41b77893785c7af6 (patch)
tree593ed52e2978ddf5ffe91ed81111e73d57807d30 /dnsdist-tcp-upstream.hh
parentAdding debian version 1.9.4-1. (diff)
downloaddnsdist-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.hh2
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();