commit 36d7d050418c560cfda76899af449c363f55111e Author: Nick Mathewson nickm@torproject.org Date: Fri Nov 23 15:03:33 2012 -0500
Remove UPLOAD_DESC stream purpose entirely; add ref to DIR_UPLOAD
Looking through a complete log of control.c, I see no sign that UPLOAD_DESC ever actually existed. --- control-spec.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 3a2e04c..7393549 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1443,7 +1443,7 @@ that requested the connection, and can be (e.g.) used to look up the requesting program.
- Purpose = "DIR_FETCH" / "UPLOAD_DESC" / "DNS_REQUEST" / + Purpose = "DIR_FETCH" / "DIR_UPLOAD" / "DNS_REQUEST" / "USER" / "DIRPORT_TEST"
The "PURPOSE" field is provided only for NEW and NEWRESOLVE events, and @@ -1452,7 +1452,6 @@
"DIR_FETCH" -- This stream is generated internally to Tor for fetching directory information. - "UPLOAD_DESC" -- Obsolete. "DIR_UPLOAD" -- An internal stream for uploading information to a directory authority. "DIRPORT_TEST" -- A stream we're using to test our own directory
tor-commits@lists.torproject.org