fixed #629. catch HTTPServer exceptions

This commit is contained in:
orignal 2016-09-08 09:19:30 -04:00
parent 9ecbbf09cc
commit db71673722
2 changed files with 17 additions and 3 deletions

View file

@ -57,6 +57,7 @@ namespace http {
private:
bool m_IsRunning;
std::unique_ptr<std::thread> m_Thread;
boost::asio::io_service m_Service;
boost::asio::io_service::work m_Work;