mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed #629. catch HTTPServer exceptions
This commit is contained in:
parent
9ecbbf09cc
commit
db71673722
2 changed files with 17 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue