opnsense-ports/www/thttpd/files/extra-patch-log_unknown_headers
Franco Fichtner 6696b031de */*: sync with upstream
Taken from: FreeBSD
2016-07-03 20:36:26 +02:00

12 lines
406 B
Text

--- config.h.orig 2011-09-11 16:41:37 UTC
+++ config.h
@@ -341,9 +342,7 @@
/* CONFIGURE: Whether to log unknown request headers. Most sites will not
** want to log them, which will save them a bit of CPU time.
*/
-#ifdef notdef
#define LOG_UNKNOWN_HEADERS
-#endif
/* CONFIGURE: Whether to fflush() the log file after each request. If
** this is turned off there's a slight savings in CPU cycles.