Closed 1618033 closed 2 years ago
HI @1618033
Thanks for the PR, which is merged now. Looking forward to receiving more of your bug-fixes and PRs
Best Regards,
Hi @1618033
The new AsyncHTTPRequest_Generic v1.12.0 has just been released. Your contribution is noted in Contributions and Thanks
Best Regards,
LwIP W5500 Ethernet
If a chunk contains an empty line ("\r\n") chunkLength will be 0 and _setReadyState(readyStateDone) will be called, resulting in truncated payloads. We actually need to wait for "0\r\n" to set state as done.