mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 17:22:20 +01:00
* frame_info struct is removed * read_frame and async_read_frame return a bool indicating if the frame is the last frame of the current message. Actions Required: * Remove the frame_info parameter from all read frame call sites * Check the return value 'fin' for calls to read_frame * Change ReadHandlers passed to async_read_frame to have the signature void(error_code, bool fin), use the bool to indicate if the frame is the last frame.