]> git.ipfire.org Git - thirdparty/curl.git/commit
imap: make imap_send use dynbuf for the send buffer management
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Sep 2020 21:04:15 +0000 (23:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Sep 2020 06:35:01 +0000 (08:35 +0200)
commitc4693adc62e44e7abaa6a8aa2180693bcf120b43
tree284cb791c85bd184451a91b76dfb83dd7f753765
parent92a9b88ebf7aa61d8183e633106f554f3f39bf74
imap: make imap_send use dynbuf for the send buffer management

Reuses the buffer and thereby reduces number of mallocs over a transfer.

Closes #6010
lib/dynbuf.h
lib/imap.c
lib/imap.h
tests/runtests.pl