mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-20 02:32:19 +00:00
Merge branch 'asio_doc' of github.com:nat-goodspeed/boost-fiber into asio_doc
This commit is contained in:
@@ -168,7 +168,7 @@ void server( boost::asio::io_service & io_svc, tcp::acceptor & a) {
|
||||
}
|
||||
}
|
||||
} catch ( std::exception const& ex) {
|
||||
print( tag(), ": catched exception : ", ex.what());
|
||||
print( tag(), ": caught exception : ", ex.what());
|
||||
}
|
||||
io_svc.stop();
|
||||
print( tag(), ": echo-server stopped");
|
||||
|
||||
Reference in New Issue
Block a user