mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 09:12:18 +01:00
fix #38 This improves the behavior when encountering a short read: * Any stream error encountered during a read is converting into `http::error::partial_message` if some data was received but the message is incomplete. * Examples squelch SSL short read errors from the logs.