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@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) {