From 605211861dd9dfd1b3f46d4c1b8a314061eda134 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Mar 2012 15:55:53 +0000 Subject: -fix --- src/gns/gnunet-gns-fcfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c index 436191a78..5d9fbd27f 100644 --- a/src/gns/gnunet-gns-fcfsd.c +++ b/src/gns/gnunet-gns-fcfsd.c @@ -181,7 +181,7 @@ serve_main_page (struct MHD_Connection *connection) (void *) MAIN_PAGE, MHD_RESPMEM_PERSISTENT); MHD_add_response_header (response, - MHD_HTTP_HEADER_CONTENT_ENCODING, + MHD_HTTP_HEADER_CONTENT_TYPE, MIME_HTML); ret = MHD_queue_response (connection, MHD_HTTP_OK, -- cgit v1.2.3