From 3455d5368a4e17dcdbcdb2290fac3b6bdb0ef203 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 10 Nov 2009 19:44:01 +0000 Subject: [PATCH] * don't end the header, end_burst does this for us. --- webcit/webcit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2