mirror of
https://github.com/tenrok/axios.git
synced 2026-05-18 12:39:44 +03:00
0ece97c7a9
Previously checking whether a response has exceeded `maxContentLength` was quadratic with respect to the number of chunks in the response stream and also caused unnecessary additional memory usage. Co-authored-by: Jay <jasonsaayman@gmail.com>