]> git.ipfire.org Git - thirdparty/curl.git/commit
upload: allocate upload buffer on-demand
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Aug 2018 22:49:37 +0000 (00:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Aug 2018 13:48:08 +0000 (15:48 +0200)
commite6e9b006f770ef104fbcdef32dd6e7f42eb114b7
tree6540dd5559e06f6ae7052c743dd0359cad960bcd
parent4939f3652473c1519d2b604068efb87ef7531874
upload: allocate upload buffer on-demand

Saves 16KB on the easy handle for operations that don't need that
buffer.

Part 1 of #2888
lib/http.c
lib/multi.c
lib/smb.c
lib/transfer.c
lib/transfer.h
lib/url.c
lib/urldata.h