mirror of
https://github.com/boostorg/beast.git
synced 2026-01-27 06:42:11 +00: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.