wget: -O FILE is allowed to overwrite existing file (compat)
[oweals/busybox.git] / networking / Config.in
index d687dbed98ab622796f787f66a383b3098e08f6b..030b1c0dee38516d8220b131d1d71531330f15ff 100644 (file)
@@ -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