X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgroupdav_propfind.c;h=80de45b8056e8bdc8515fc081391e116f19b56cd;hb=dfa90f81f16fb3ebb119228d04d76b92dfb8db8c;hp=382b5a411335b6280eb6c599367f116422012be2;hpb=523c1b0f7a3002c6aaa3eb833b55eb0cf07674ff;p=citadel.git diff --git a/webcit/groupdav_propfind.c b/webcit/groupdav_propfind.c index 382b5a411..80de45b80 100644 --- a/webcit/groupdav_propfind.c +++ b/webcit/groupdav_propfind.c @@ -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");