This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a change to branch main in repository pluggable-transports/snowflake.
from 19e9e38 Merge remote-tracking branch 'gitlab/mr/78' new 006abde Add utls roundtripper new 4447860 Add repeated test for utls roundtripper new c1b0f76 Add reformat for utls roundtripper new c1c3596 Add name to utls client hello id new 9af0ad1 Add utls imitate setting to snowflake client new ccfdcab Add uTLS remove SNI to snowflake client new 1573502 Use uTLS aware broker channel constructor new f525490 Update utls test to match uTLS Round Tripper constructor new e3aeb5f Add line wrap to NewBrokerChannelWithUTlsSettings new 8d5998b Harmonize identifiers to uTLS new 3132f68 Add connection expire time for uTLS pendingConn new ab96044 Move uTLS configuration to socks5 arg new 6e29dc6 Add document for NewUTLSHTTPRoundTripper
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: client/lib/rendezvous.go | 28 ++++- client/lib/snowflake.go | 11 +- client/snowflake.go | 11 ++ common/utls/client_hello_id.go | 38 +++++++ common/utls/roundtripper.go | 238 +++++++++++++++++++++++++++++++++++++++ common/utls/roundtripper_test.go | 156 +++++++++++++++++++++++++ go.mod | 1 + go.sum | 2 + 8 files changed, 479 insertions(+), 6 deletions(-) create mode 100644 common/utls/client_hello_id.go create mode 100644 common/utls/roundtripper.go create mode 100644 common/utls/roundtripper_test.go