Files
hyper/tests
Sean McArthur 4a51b2afef fix(http1): reject final chunked if missing 0
If a chunked body had valid chunks, but ended without a `0` in the final
chunk (so, just `\r\n\r\n`), it would be parsed as a valid end. Now it
will be rejected as the final chunk MUST be `0\r\n\r\n`.

This was partially done before, but only if there were no chunks before
the final. This fixes both paths.
2024-07-09 06:34:34 -07:00
..