diff options
author | Denis Vlasenko | 2007-09-21 22:35:18 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-09-21 22:35:18 +0000 |
commit | f43101753558a772b8317409cf542b3e3631cd13 (patch) | |
tree | 365763acc3ee1b21fcc13656fce6f069a7623e61 /networking/Config.in | |
parent | bcceb0c5a4a6b69225ae9b748df96e013996d9d3 (diff) | |
download | busybox-f43101753558a772b8317409cf542b3e3631cd13.zip busybox-f43101753558a772b8317409cf542b3e3631cd13.tar.gz |
httpd: optional support for partial downloads
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index d687dbe..030b1c0 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 |