mirror of
https://github.com/boostorg/beast.git
synced 2026-01-30 18:22:39 +01:00
These types now perform error-based initialization in a separate init() functions instead of in the constructor. Actions Required: * Modify instances of user-defined BodyReader and BodyWriter types to perfrom two-phase initialization, as per the updated documented type requirements.