You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point release for 0.8 line: 0.8.1
Changes:
* Adding an overload to connection::write(...) that takes a Boost.Asio const_buffer
sequence and a completion callback.
* Fix for connection::write_first_line() with potential for crash
* Fixed broken connection::read() implementation
* Fix HTTP header parsing for async_server