Comment out the explicit write of Content-Type to server, as the uploaded data alread...
authorMatt <matt@uncensored.citadel.org>
Wed, 15 Jul 2009 02:04:15 +0000 (02:04 +0000)
committerMatt <matt@uncensored.citadel.org>
Wed, 15 Jul 2009 02:04:15 +0000 (02:04 +0000)
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");