mirror of
https://github.com/boostorg/beast.git
synced 2026-07-06 16:30:52 +02:00
c4c8a620c8
Writer requires a call to Writer::init to call content_length. This changes prepare to correctly call init. A consequences is that prepare can now throw unexpectedly for user-defined writers that can fail their initialization.