From: Travis Kemen Date: Tue, 15 Jan 2008 02:23:59 +0000 (+0000) Subject: disable use of sendfile() for httpd X-Git-Tag: reboot~27224 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e8bc160a020f226fe960283207feeb303e9c5e0a;p=openwrt%2Fstaging%2Fchunkeey.git disable use of sendfile() for httpd SVN-Revision: 10200 --- diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 186e94509a..0dbe42d8b7 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -94,7 +94,7 @@ config BUSYBOX_CONFIG_FEATURE_HTTPD_RANGES config BUSYBOX_CONFIG_FEATURE_HTTPD_USE_SENDFILE bool "Use sendfile system call" - default y + default n depends on BUSYBOX_CONFIG_HTTPD help When enabled, httpd will use the kernel sendfile() function