mirror of
https://github.com/boostorg/beast.git
synced 2026-01-27 01:32:18 +01:00
fix #257 This fixes a problem when doing split parsing (header then body). The problem arises when the first buffer passed to the header parser contains exactly the full header and nothing more. The symptom is that when parsing the body, the parse will erroneously be considered complete.