From: Wilfried Göesgens Date: Tue, 10 Nov 2009 19:44:01 +0000 (+0000) Subject: * don't end the header, end_burst does this for us. X-Git-Tag: v7.86~634 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=3455d5368a4e17dcdbcdb2290fac3b6bdb0ef203;p=citadel.git * don't end the header, end_burst does this for us. --- diff --git a/webcit/webcit.c b/webcit/webcit.c index 427cb50ad..afcf9cf15 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -612,7 +612,7 @@ void session_loop(void) if (ibstr("nonce") != WCC->nonce) { lprintf(9, "Ignoring request with mismatched nonce.\n"); hprintf("HTTP/1.1 404 Security check failed\r\n"); - hprintf("Content-Type: text/plain\r\n\r\n"); + hprintf("Content-Type: text/plain\r\n"); begin_burst(); wc_printf("Security check failed.\r\n"); end_burst();