[or-cvs] r15311: make rend-spec sound less like the begin_dir cell actually i (tor/trunk/doc/spec)

arma at seul.org arma at seul.org
Mon Jun 16 20:31:25 UTC 2008


Author: arma
Date: 2008-06-16 16:31:25 -0400 (Mon, 16 Jun 2008)
New Revision: 15311

Modified:
   tor/trunk/doc/spec/rend-spec.txt
Log:
make rend-spec sound less like the begin_dir cell actually includes
the start of the http payload.


Modified: tor/trunk/doc/spec/rend-spec.txt
===================================================================
--- tor/trunk/doc/spec/rend-spec.txt	2008-06-16 18:59:50 UTC (rev 15310)
+++ tor/trunk/doc/spec/rend-spec.txt	2008-06-16 20:31:25 UTC (rev 15311)
@@ -743,9 +743,9 @@
    Hidden service directory nodes accept publish requests for v2 hidden service
    descriptors and store them to their local memory. (It is not necessary to
    make descriptors persistent, because after restarting, the onion router
-   would not be accepted as storing node anyway, because it has not been
+   would not be accepted as a storing node anyway, because it has not been
    running for at least 24 hours.) All requests and replies are formatted as
-   HTTP messages. Requests are contained within BEGIN_DIR cells, directed to
+   HTTP messages. Requests are initiated via BEGIN_DIR cells directed to
    the router's directory port, and formatted as HTTP POST requests to the URL
    "/tor/rendezvous2/publish" relative to the hidden service directory's root,
    containing as its body a v2 service descriptor.
@@ -762,7 +762,7 @@
    determine if they are responsible for the passed ID, because it does no harm
    if they deliver a descriptor for which they are not (any more) responsible.)
    All requests and replies are formatted as HTTP messages. Requests are
-   contained within BEGIN_DIR cells, directed to the router's directory port,
+   initiated via BEGIN_DIR cells directed to the router's directory port,
    and formatted as HTTP GET requests for the document "/tor/rendezvous2/<z>",
    where z is replaced with the encoding of the descriptor ID.
 



More information about the tor-commits mailing list