171:254326cbc1bc | 172:cd9f1e772fd0 |
---|---|
103 } | 103 } |
104 } | 104 } |
105 | 105 |
106 ucx_map_free_content(respheaders, free); | 106 ucx_map_free_content(respheaders, free); |
107 ucx_map_free(respheaders); | 107 ucx_map_free(respheaders); |
108 | |
109 curl_easy_setopt(handle, CURLOPT_HEADERFUNCTION, NULL); | |
110 curl_easy_setopt(handle, CURLOPT_HEADERDATA, NULL); | |
108 | 111 |
109 return ret; | 112 return ret; |
110 } | 113 } |
111 | 114 |
112 UcxBuffer* create_allprop_propfind_request() { | 115 UcxBuffer* create_allprop_propfind_request() { |