summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-19 15:57:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-20 09:02:24 +0100
commit6246a1d8c6776a60f266f1906f0ef9048e9e1069 (patch)
tree2773ae0bf184bc357b07c2c8a381f1680f41871b /lib/transfer.c
parentd0688dcbdf412273e276dd29135b952f2065cb5b (diff)
downloadcurl-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