]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
* Discovered that Prototype makes it easy to auto-refresh, so I switched
[citadel.git] / webcit / calendar.c
index effd9aea1b51c4586d9a452447774b699fcbf846..7016f54560f3765acaaae4a91b08a5e7282f3700 100644 (file)
@@ -924,7 +924,7 @@ void do_freebusy(char *req) {
        serv_getln(buf, sizeof buf);
 
        if (buf[0] != '1') {
-               wprintf("HTTP/1.0 404 %s\n", &buf[4]);
+               wprintf("HTTP/1.1 404 %s\n", &buf[4]);
                output_headers(0, 0, 0, 0, 0, 0);
                wprintf("Content-Type: text/plain\r\n");
                wprintf("\r\n");