[tor-commits] [torspec/master] Bug 19859: Add HTTPCONNECT client protocol

nickm at torproject.org nickm at torproject.org
Mon Nov 25 13:45:01 UTC 2019


commit 54a7ad226cba634ae321a9f3f542ce2ff03ef302
Author: JeremyRand <biolizard89 at gmail.com>
Date:   Sun Oct 27 06:23:54 2019 +0000

    Bug 19859: Add HTTPCONNECT client protocol
---
 control-spec.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index d7c7cc9..ab164ea 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2130,11 +2130,12 @@
        EscapedPassword = QuotedString
 
        ClientProtocol =
-               "SOCKS4"  /
-               "SOCKS5"  /
-               "TRANS"   /
-               "NATD"    /
-               "DNS"     /
+               "SOCKS4"      /
+               "SOCKS5"      /
+               "TRANS"       /
+               "NATD"        /
+               "DNS"         /
+               "HTTPCONNECT" /
                "UNKNOWN"
 
        NymEpoch = a nonnegative integer





More information about the tor-commits mailing list