Allow for spaces after chunk size when parsing HTTP with Transfer-Encoding: chunked #52887
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-_http
I've found that dart:http cannot parse HTTP chunk size when it contains spaces after the number, but before CRLF. In that case, it produces the error:
Failed to parse HTTP, 32 is expected to be a Hex digit
I've found this issue while working with ESPAsyncWebServer
Dart SDK Version: 3.0.5
OS: linux_x64
The text was updated successfully, but these errors were encountered: