mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 09:12:18 +01:00
fix #778 * The body data member is replaced with accessor member functions. Actions Required: * Call member function message::body instead of accessing the data member at call sites.