diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-19 15:57:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-20 09:02:24 +0100 |
commit | 6246a1d8c6776a60f266f1906f0ef9048e9e1069 (patch) | |
tree | 2773ae0bf184bc357b07c2c8a381f1680f41871b /lib/transfer.c | |
parent | d0688dcbdf412273e276dd29135b952f2065cb5b (diff) | |
download | curl-6246a1d8c6776a60f266f1906f0ef9048e9e1069.tar.gz |
doh: allocate state struct on demand
... instead of having it static within the Curl_easy struct. This takes
away 1176 bytes (18%) from the Curl_easy struct that aren't used very
often and instead makes the code allocate it when needed.
Closes #6492
Diffstat (limited to 'lib/transfer.c')
0 files changed, 0 insertions, 0 deletions