eidheim / Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
MIT License
2.61k stars 751 forks source link

Removed dependency of boost::deadline_timer if USE_STANDALONE_ASIO is defined. #153

Closed breezechen closed 7 years ago

breezechen commented 7 years ago
eidheim commented 7 years ago

Thank you, after some research is seems that the solution is as you suggest to use steady_timer. I'll merge this after I fix the CI failure.