]> granicus.if.org Git - curl/commit
mime: put the boundary buffer into the curl_mime struct
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Feb 2019 13:30:25 +0000 (14:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Feb 2019 21:55:32 +0000 (22:55 +0100)
commit179927c12a54ea810bbc7c6c6fb970ad90b89eef
tree5cf9b6a9f36beae7b893e0d4b10c38bdda7830ac
parent84c10dc1ba683a2c15303ad3909e30a5a115a282
mime: put the boundary buffer into the curl_mime struct

... instead of allocating it separately and point to it. It is
fixed-size and always used for each part.

Closes #3561
lib/mime.c
lib/mime.h