mirror of
https://github.com/boostorg/beast.git
synced 2026-07-10 02:10:48 +02:00
e06a055503
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.