gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20540 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r20540 - gnunet/src/gns
Date: Thu, 15 Mar 2012 16:55:53 +0100

Author: grothoff
Date: 2012-03-15 16:55:53 +0100 (Thu, 15 Mar 2012)
New Revision: 20540

Modified:
   gnunet/src/gns/gnunet-gns-fcfsd.c
Log:
-fix

Modified: gnunet/src/gns/gnunet-gns-fcfsd.c
===================================================================
--- gnunet/src/gns/gnunet-gns-fcfsd.c   2012-03-15 15:46:37 UTC (rev 20539)
+++ gnunet/src/gns/gnunet-gns-fcfsd.c   2012-03-15 15:55:53 UTC (rev 20540)
@@ -181,7 +181,7 @@
                                              (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, 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]