[tor-commits] [pluggable-transports/snowflake] 08/13: Update utls test to match uTLS Round Tripper constructor
gitolite role
git at cupani.torproject.org
Wed Mar 16 09:14:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to branch main
in repository pluggable-transports/snowflake.
commit f5254900320aaa03b63c281351ebb145395d6357
Author: Shelikhoo <xiaokangwang at outlook.com>
AuthorDate: Fri Feb 11 10:18:52 2022 +0000
Update utls test to match uTLS Round Tripper constructor
---
common/utls/roundtripper_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/utls/roundtripper_test.go b/common/utls/roundtripper_test.go
index 0962b4a..6a91385 100644
--- a/common/utls/roundtripper_test.go
+++ b/common/utls/roundtripper_test.go
@@ -128,7 +128,7 @@ func TestRoundTripper(t *testing.T) {
t.Run("Testing fingerprint for "+v.name, func(t *testing.T) {
rtter := NewUTLSHTTPRoundTripper(v.id, &utls.Config{
InsecureSkipVerify: true,
- }, http.DefaultTransport)
+ }, http.DefaultTransport, false)
for count := 0; count <= 10; count++ {
Convey("HTTP 1.1 Test", t, func(c C) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list