[tor-commits] [torspec/master] Bug 19859: Mark all stream isolation fields as optional
nickm at torproject.org
nickm at torproject.org
Mon Nov 25 13:45:01 UTC 2019
commit c5d276cfb9192e95862ece77c35c104946d87634
Author: JeremyRand <biolizard89 at gmail.com>
Date: Wed Oct 9 22:52:24 2019 +0000
Bug 19859: Mark all stream isolation fields as optional
---
control-spec.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt
index 9817a48..03439eb 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2107,8 +2107,8 @@
[SP "SOURCE=" Source] [ SP "SOURCE_ADDR=" Address ":" Port ]
[SP "PURPOSE=" Purpose] [SP "SOCKS_USERNAME=" EscapedUsername]
[SP "SOCKS_PASSWORD=" EscapedPassword]
- [SP "CLIENT_PROTOCOL=" ClientProtocol] SP "NYM_EPOCH=" NymEpoch
- SP "SESSION_GROUP=" SessionGroup SP "ISO_FIELDS=" IsoFields
+ [SP "CLIENT_PROTOCOL=" ClientProtocol] [SP "NYM_EPOCH=" NymEpoch]
+ [SP "SESSION_GROUP=" SessionGroup] [SP "ISO_FIELDS=" IsoFields]
CRLF
StreamStatus =
More information about the tor-commits
mailing list