Files
AsyncHTTPRequest_Generic/src
1618033 887bdef1cd Fix "blank new line in chunk" bug
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.
2022-11-29 19:19:46 -06:00
..