mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 17:22:20 +01:00
fix #1113 This solves a problem where the message-oriented synchronous HTTP write algorithms do not support messages whose body writer requires a non-const reference to the message in order to construct. In addition, the message-oriented async_write algorithm is modified to support messages passed by const reference when possible, based on the body writer attributes.