Note: This release fixed a serious memory bug. Everyone should update to this version immediately!
Changelog
- Fixed a serious memory bug.
boost::asio::async_write
doesn't copy the data in the buffer, so the
underlying data have to remain available until the callback is called.- Remove UDP rate limit since the memory bug is fixed.
- Fixed incorrect
recv_len
andsent_len
when responding with plain HTTP. - Updated Boost dependency to 1.66.0 and remove deprecated functions and classes since then.