RipcordSoftware / libhttpserver

A simple, easy to use C++ 11 based HTTP web server

Repository from Github https://github.comRipcordSoftware/libhttpserverRepository from Github https://github.comRipcordSoftware/libhttpserver

Use boost::exception rather than std::exception

craigminihan opened this issue · comments

The Boost exception system includes support for FILE, LINE, etc

Also review all exception pathways - specifically from Asio calls