[tor-commits] [torspec/master] Fix misleading SETCIRCUITPURPOSE format

nickm at torproject.org nickm at torproject.org
Thu Aug 23 18:02:55 UTC 2012


commit 777ddbfce74cc29205702b0f1e78ac8f87cf9765
Author: Ravi Chandra Padmala <neenaoffline at gmail.com>
Date:   Thu Aug 23 21:18:00 2012 +0530

    Fix misleading SETCIRCUITPURPOSE format
---
 control-spec.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 1625aa9..c5eeb19 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -761,7 +761,7 @@
 3.11. SETCIRCUITPURPOSE
 
   Sent from the client to the server.  The format is:
-      "SETCIRCUITPURPOSE" SP CircuitID SP Purpose CRLF
+      "SETCIRCUITPURPOSE" SP CircuitID SP "purpose=" Purpose CRLF
 
   This changes the circuit's purpose. See EXTENDCIRCUIT above for details.
 



More information about the tor-commits mailing list