summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 22:35:18 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 22:35:18 +0000
commitf43101753558a772b8317409cf542b3e3631cd13 (patch)
tree365763acc3ee1b21fcc13656fce6f069a7623e61 /networking/Config.in
parentbcceb0c5a4a6b69225ae9b748df96e013996d9d3 (diff)
downloadbusybox-w32-f43101753558a772b8317409cf542b3e3631cd13.tar.gz
busybox-w32-f43101753558a772b8317409cf542b3e3631cd13.tar.bz2
busybox-w32-f43101753558a772b8317409cf542b3e3631cd13.zip
httpd: optional support for partial downloads
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index d687dbed9..030b1c0de 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -83,6 +83,15 @@ config HTTPD
83 help 83 help
84 Serve web pages via an HTTP server. 84 Serve web pages via an HTTP server.
85 85
86config FEATURE_HTTPD_RANGES
87 bool "Support 'Ranges:' header"
88 default n
89 depends on HTTPD
90 help
91 Makes httpd emit "Accept-Ranges: bytes" header and understand
92 "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
93 downloads, seeking in multimedia players etc.
94
86config FEATURE_HTTPD_USE_SENDFILE 95config FEATURE_HTTPD_USE_SENDFILE
87 bool "Use sendfile system call" 96 bool "Use sendfile system call"
88 default n 97 default n