[tor-commits] [sbws/master] HTTP Server must also support Range requests

pastly at torproject.org pastly at torproject.org
Wed Sep 5 19:44:55 UTC 2018


commit 6585dc741826b89cf3b0efb705f4f228956fbfba
Author: juga0 <juga at riseup.net>
Date:   Wed Aug 29 06:41:53 2018 +0000

    HTTP Server must also support Range requests
---
 DEPLOY.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/DEPLOY.rst b/DEPLOY.rst
index 5ed375b..41ff9cd 100644
--- a/DEPLOY.rst
+++ b/DEPLOY.rst
@@ -16,8 +16,9 @@ well connected machines.
 :term:`destination` requirements
 ------------------------------------
 
-- A Web server installed and running that supports HEAD and GET
-  requests (``apache`` and ``nginx`` fit this description)
+- A Web server installed and running that supports HTTP GET, HEAD and
+  Range (:rfc:`7233`) requests.
+  ``Apache`` HTTP Server and ``Nginx`` support them.
 - Optional support for TLS
 - A large file; at the time of writing, at least 1 GiB in size
 





More information about the tor-commits mailing list