]> code.citadel.org Git - citadel.git/blobdiff - webcit/groupdav_put.c
Comment out the explicit write of Content-Type to server, as the uploaded data alread...
[citadel.git] / webcit / groupdav_put.c
index 31074c9d8522ffada0410e4d9ac3403c71b5c85a..8fdd35a8aef68467f73b7f9517f1d5428d18fa0e 100644 (file)
@@ -151,7 +151,7 @@ void groupdav_put(void)
        }
 
        /* Send the content to the Citadel server */
-       serv_printf("Content-type: %s\n\n", WCC->upload_content_type);
+       //serv_printf("Content-type: %s\n\n", WCC->upload_content_type);
        serv_putbuf(WCC->upload);
        serv_puts("\n000");