libidav/davqlexec.c

changeset 786
f9d6e4cbcb62
parent 775
e5909dff0dbf
--- a/libidav/davqlexec.c	Thu Aug 10 09:40:54 2023 +0200
+++ b/libidav/davqlexec.c	Thu Sep 07 10:29:17 2023 +0200
@@ -631,7 +631,8 @@
         CURLcode ret = do_propfind_request(sn, rqbuf, rpbuf);
         long http_status = 0;
         curl_easy_getinfo(sn->handle, CURLINFO_RESPONSE_CODE, &http_status);
-        //printf("rpbuf: %s %s\n%.*s\n\n", sr->resource->path, sr->resource->href, rpbuf->pos, rpbuf->space);
+        //printf("rpbuf: %s\n%.*s\n\n", root->href, (int)rpbuf->size, rpbuf->space);
+        //fflush(stdout);
         
         if(ret == CURLE_OK && http_status == 207) {
             // in case of an redirect we have to adjust resource->href

mercurial