mirror of
https://github.com/boostorg/beast.git
synced 2026-01-29 09:50:07 +01:00
* FieldsReader now requires chunked() and keep_alive() * serializer logic calls into the reader to calculate the message metadata * Removed some of the previous requirements of FieldsReader Actions Required: * Implement chunked() and keep_alive() for user defined FieldsReader types.