write_http: in cleanup handler free http headers
authorTolga Ceylan <tolga.ceylan@gmail.com>
Sun, 20 Mar 2016 02:03:31 +0000 (19:03 -0700)
committerTolga Ceylan <tolga.ceylan@gmail.com>
Sun, 20 Mar 2016 02:03:31 +0000 (19:03 -0700)
slist of http headers require cleanup to avoid
memory leak. See libcurl example:

https://curl.haxx.se/libcurl/c/httpcustomheader.html


No differences found