Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't set the TLS version in the transport #4135

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Oct 27, 2023

This is already done in the crypto setup:

tlsConf.MinVersion = tls.VersionTLS13

This is already done in the crypto setup.
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #4135 (dfa7d80) into master (5311f81) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4135      +/-   ##
==========================================
+ Coverage   83.73%   83.76%   +0.04%     
==========================================
  Files         150      150              
  Lines       15411    15410       -1     
==========================================
+ Hits        12903    12908       +5     
+ Misses       2010     2005       -5     
+ Partials      498      497       -1     
Files Coverage Δ
transport.go 72.26% <ø> (-0.09%) ⬇️

... and 2 files with indirect coverage changes

@marten-seemann marten-seemann merged commit d4ab27d into master Nov 1, 2023
34 checks passed
@marten-seemann marten-seemann deleted the remove-ununeeded-tls13-setting branch May 11, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants