mirror of
https://github.com/boostorg/beast.git
synced 2026-01-29 09:50:07 +01:00
* read and async_read now return the number of bytes inserted into the caller's buffer. Actions Required: * Change the signature of completion handlers used with websocket::stream::async_read to void(error_code, std::size_t)