* add logging if auth-basic session connecting fails with weird conditions
[citadel.git] / webcit / groupdav_get.c
index 1c6e4830722f052c2eb3819486daf5750f1c5722..7977eb0933c9e49928a95bf2893989a3d6355abd 100644 (file)
@@ -23,9 +23,11 @@ void groupdav_get_big_ics(void) {
                hprintf("HTTP/1.1 404 not found\r\n");
                groupdav_common_headers();
                hprintf("Content-Type: text/plain\r\n");
+               begin_burst();
                wprintf("%s\r\n",
                        &buf[4]
-                       );/* TODO: do we need to end-burst here? */
+                       );
+               end_burst();
                return;
        }