mirror of
https://github.com/boostorg/beast.git
synced 2026-01-29 09:50:07 +01:00
When the parser is presented with an input buffer sequence with length greater than one, the input is flattened using stack space instead of dynamic allocation if the buffer size is no greater than 8192.