summaryrefslogtreecommitdiffhomepage
path: root/https.h
diff options
context:
space:
mode:
Diffstat (limited to 'https.h')
-rw-r--r--https.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/https.h b/https.h
index e009b78..1362e59 100644
--- a/https.h
+++ b/https.h
@@ -27,10 +27,8 @@ private:
ctx_type m_ctx;
ssl::context m_ctx_dummy{tls_method}; // Initial use, will be replaced by host specific context (with specific certificate)
- const Socket& m_socket;
-
public:
- Server(Config& config, boost::asio::io_context& ioc, const Socket& socket);
+ Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins);
virtual ~Server();
int start() override;