merge

Thu, 15 Oct 2015 17:45:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 15 Oct 2015 17:45:00 +0200
changeset 175
9e14d920a7d0
parent 172
cd9f1e772fd0 (diff)
parent 174
e7e56c56d126 (current diff)
child 176
747f3796eddd

merge

--- a/libidav/methods.c	Thu Oct 15 16:55:10 2015 +0200
+++ b/libidav/methods.c	Thu Oct 15 17:45:00 2015 +0200
@@ -106,6 +106,9 @@
     ucx_map_free_content(respheaders, free);
     ucx_map_free(respheaders);
     
+    curl_easy_setopt(handle, CURLOPT_HEADERFUNCTION, NULL);
+    curl_easy_setopt(handle, CURLOPT_HEADERDATA, NULL);
+    
     return ret;
 }
 

mercurial