diff options
-rw-r--r-- | http-server/http_server.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http-server/http_server.cc b/http-server/http_server.cc index a0ec905f..a92c8fd9 100644 --- a/http-server/http_server.cc +++ b/http-server/http_server.cc @@ -159,9 +159,9 @@ void HttpServer::start() { } void HttpServer::stop() { - acceptor_.close(); - io_service_.stop(); + +acceptor_.close(); std::map<int, std::shared_ptr<libl4::http::HTTPServerPublisher>>& icn_publishers = icn_acceptor_->getPublishers(); |