* Discovered that Prototype makes it easy to auto-refresh, so I switched
[citadel.git] / webcit / groupdav_propfind.c
index 382b5a411335b6280eb6c599367f116422012be2..80de45b8056e8bdc8515fc081391e116f19b56cd 100644 (file)
@@ -66,7 +66,7 @@ void groupdav_folder_list(void) {
         * Be rude.  Completely ignore the XML request and simply send them
         * everything we know about.  Let the client sort it out.
         */
-       wprintf("HTTP/1.0 207 Multi-Status\r\n");
+       wprintf("HTTP/1.1 207 Multi-Status\r\n");
        groupdav_common_headers();
        wprintf("Date: %s\r\n", datestring);
        wprintf("Content-type: text/xml\r\n");
@@ -217,7 +217,7 @@ void groupdav_propfind(char *dav_pathname) {
                 * everything we know about (which is going to simply be the ETag and
                 * nothing else).  Let the client-side parser sort it out.
                 */
-               wprintf("HTTP/1.0 207 Multi-Status\r\n");
+               wprintf("HTTP/1.1 207 Multi-Status\r\n");
                groupdav_common_headers();
                wprintf("Date: %s\r\n", datestring);
                wprintf("Content-type: text/xml\r\n");
@@ -262,7 +262,7 @@ void groupdav_propfind(char *dav_pathname) {
         * everything we know about (which is going to simply be the ETag and
         * nothing else).  Let the client-side parser sort it out.
         */
-       wprintf("HTTP/1.0 207 Multi-Status\r\n");
+       wprintf("HTTP/1.1 207 Multi-Status\r\n");
        groupdav_common_headers();
        wprintf("Date: %s\r\n", datestring);
        wprintf("Content-type: text/xml\r\n");