From: thepeople Date: Tue, 15 Jan 2008 02:23:59 +0000 (+0000) Subject: disable use of sendfile() for httpd X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/7b2790f2c13fb7ccfffb120c8031db6548198ba2 disable use of sendfile() for httpd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 186e94509..0dbe42d8b 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