Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-22 02:35:18 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-22 02:35:18 +0400
commitf43101753558a772b8317409cf542b3e3631cd13 (patch)
tree365763acc3ee1b21fcc13656fce6f069a7623e61 /networking/Config.in
parentbcceb0c5a4a6b69225ae9b748df96e013996d9d3 (diff)
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
help
Serve web pages via an HTTP server.
+config FEATURE_HTTPD_RANGES
+ bool "Support 'Ranges:' header"
+ default n
+ depends on HTTPD
+ help
+ Makes httpd emit "Accept-Ranges: bytes" header and understand
+ "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
+ downloads, seeking in multimedia players etc.
+
config FEATURE_HTTPD_USE_SENDFILE
bool "Use sendfile system call"
default n