summaryrefslogtreecommitdiffstats
path: root/dnsdist-tcp-upstream.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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();