mirror of
https://github.com/boostorg/beast.git
synced 2026-07-11 10:50:56 +02:00
9e910761cc
* 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.