Fixes #82: wrong reset method called in ::start
This commit is contained in:
parent
8e0d3142bf
commit
8da3ad4dde
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ namespace SimpleWeb {
|
||||||
io_service=std::make_shared<boost::asio::io_service>();
|
io_service=std::make_shared<boost::asio::io_service>();
|
||||||
|
|
||||||
if(io_service->stopped())
|
if(io_service->stopped())
|
||||||
io_service.reset();
|
io_service->reset();
|
||||||
|
|
||||||
boost::asio::ip::tcp::endpoint endpoint;
|
boost::asio::ip::tcp::endpoint endpoint;
|
||||||
if(config.address.size()>0)
|
if(config.address.size()>0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue