summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-16 20:31:25 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-16 20:31:25 +0000
commitaa3ad6ecb4e13b46d633eca5f8a795aefb77f7a9 (patch)
treef59226a5da593b4bed56e70d7cd5ca9d07801dc3
parentdd6324b0c67a6fd5c69cb04896f223e671e7c65a (diff)
downloadtor-aa3ad6ecb4e13b46d633eca5f8a795aefb77f7a9.tar.gz
tor-aa3ad6ecb4e13b46d633eca5f8a795aefb77f7a9.zip
make rend-spec sound less like the begin_dir cell actually includes
the start of the http payload. svn:r15311
-rw-r--r--doc/spec/rend-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/spec/rend-spec.txt b/doc/spec/rend-spec.txt
index 155bf9e043..e3fbe2253b 100644
--- a/doc/spec/rend-spec.txt
+++ b/doc/spec/rend-spec.txt
@@ -743,9 +743,9 @@ Foo.
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 @@ Foo.
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.