gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14277 - in libmicrohttpd: . src/daemon


From: gnunet
Subject: [GNUnet-SVN] r14277 - in libmicrohttpd: . src/daemon
Date: Thu, 27 Jan 2011 10:52:23 +0100

Author: grothoff
Date: 2011-01-27 10:52:23 +0100 (Thu, 27 Jan 2011)
New Revision: 14277

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/daemon/internal.h
Log:
mantis 1652

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-01-27 09:49:34 UTC (rev 14276)
+++ libmicrohttpd/ChangeLog     2011-01-27 09:52:23 UTC (rev 14277)
@@ -1,3 +1,7 @@
+Thu Jan 27 10:51:39 CET 2011
+       Disable 'EXTRA_CHECKS's by default as suggested in #1652
+       (I guess it is time). -CG/timn
+
 Thu Jan 27 10:48:55 CET 2011
        Removing bogus assertion in basic authentication code (#1651). -CG/timn
 

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2011-01-27 09:49:34 UTC (rev 14276)
+++ libmicrohttpd/src/daemon/internal.h 2011-01-27 09:52:23 UTC (rev 14277)
@@ -33,7 +33,11 @@
 #include <gnutls/gnutls.h>
 #endif
 
-#define EXTRA_CHECKS MHD_YES
+/**
+ * Should we perform additional sanity checks at runtime (on our internal
+ * invariants)?  This may lead to aborts, but can be useful for debugging.
+ */
+#define EXTRA_CHECKS MHD_NO
 
 #define MHD_MAX(a,b) ((a)<(b)) ? (b) : (a)
 #define MHD_MIN(a,b) ((a)<(b)) ? (a) : (b)




reply via email to

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