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

commit 54a7ad226cba634ae321a9f3f542ce2ff03ef302 Author: JeremyRand <biolizard89@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
participants (1)
-
nickm@torproject.org