]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
* When the "begin_burst() / end_burst()" semantics are in use, perform
[citadel.git] / webcit / calendar.c
index f7e48d8bfca4b35737a9d077f6a6a6c8391e1567..bb8afc103d34683e854ec7224d81ba74890915e6 100644 (file)
@@ -931,8 +931,8 @@ void do_freebusy(char *req) {
        if (buf[0] != '1') {
                wprintf("HTTP/1.0 404 %s\n", &buf[4]);
                output_headers(0, 0, 0, 0, 0, 0, 0);
-               wprintf("Content-Type: text/plain\n");
-               wprintf("\n");
+               wprintf("Content-Type: text/plain\r\n");
+               wprintf("\r\n");
                wprintf("%s\n", &buf[4]);
                return;
        }