aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-01-15 02:23:59 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-01-15 02:23:59 +0000
commite8bc160a020f226fe960283207feeb303e9c5e0a (patch)
treefcb78ece58f109807138e91c24ca87a428528200 /package/busybox
parent2642f5c065cdd993086863185b2aace31ba43f3c (diff)
downloadupstream-e8bc160a020f226fe960283207feeb303e9c5e0a.tar.gz
upstream-e8bc160a020f226fe960283207feeb303e9c5e0a.tar.bz2
upstream-e8bc160a020f226fe960283207feeb303e9c5e0a.zip
disable use of sendfile() for httpd
SVN-Revision: 10200
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/networking/Config.in2
1 files changed, 1 insertions, 1 deletions
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