diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-09 18:30:32 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-09 18:30:32 +0200 |
commit | 0d157fb407a35f8afe6d6f0f4c2cc5cd5d5a1933 (patch) | |
tree | 86ccea82ebbe29197eacb9a85e8ec7548c5ae38c /https.h | |
parent | 2f42619303627db401e469e2fd65123cd794a378 (diff) |
Prepared generate_page for static-files plugin
Diffstat (limited to 'https.h')
-rw-r--r-- | https.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |