mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
In my very basic test that lists sftp://127.0.0.1/tmp/, this patched code makes 161 allocations compared to 194 in git master. A 17% reduction. Closes #5336