From 683d2cb48c4f3620fc3be68ba97b2d3bb5a40e30 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Apr 2020 18:36:54 +0200 Subject: Added statistics --- https.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'https.cpp') diff --git a/https.cpp b/https.cpp index 5230d60..7c94099 100644 --- a/https.cpp +++ b/https.cpp @@ -630,8 +630,8 @@ int servername_callback(SSL *s, int *al, void *arg) namespace HTTPS { -Server::Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins) - : ::Server(config, ioc, socket, plugins) +Server::Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins, Statistics& statistics) + : ::Server(config, ioc, socket, plugins, statistics) { // initial dummy, before we can add specific ctx w/ certificate std::shared_ptr ctx_dummy{std::make_shared(tls_method)}; -- cgit v1.2.3