commit 21be1dbeeb90e031d90f1af38041ea7f80573d64 Author: Nick Mathewson nickm@torproject.org Date: Fri Feb 27 11:42:48 2015 -0500
Fix issues noted by atagar --- control-spec.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index d01c2e9..3b6eab6 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1883,12 +1883,11 @@ "PROGRESS=" num "TAG=" Keyword "SUMMARY=" String - ["WARNING=" String - "REASON=" Keyword - "COUNT=" num - "RECOMMENDATION=" Keyword - [HOST=" QString - ] + ["WARNING=" String] + ["REASON=" Keyword] + ["COUNT=" num] + ["RECOMMENDATION=" Keyword] + ["HOST=" QuotedString]
Tor has made some progress at establishing a connection to the Tor network, fetching directory information, or making its first
tor-commits@lists.torproject.org