mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 09:12:18 +01:00
`string_body` and `vector_body` will no longer translate all exceptions to "buffer_overflow" error code. `buffer_overflow` error can now only occur if the Body's max_size() is exceeded. Changes required: Code that relies on exceptions thrown from value_type's reserve/resize being translated into an error code must implement a mechanism to catch the exception. Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>