mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 09:12:18 +01:00
fix #767 The write family of HTTP stream algorithms no longer returns error::end_of_stream when the message indicates that the connection should be closed. Actions Required: * Add code to servers to close the connection after successfully writing a message where `message::keep_alive()` would return `false`.