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

remove the port from the hostname used for tls.Config.ServerName #4046

Merged
merged 1 commit into from Aug 25, 2023

Conversation

marten-seemann
Copy link
Member

Fixes #4045.

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #4046 (ca66f21) into master (f633dca) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4046      +/-   ##
==========================================
+ Coverage   83.28%   83.29%   +0.01%     
==========================================
  Files         147      147              
  Lines       14898    14908      +10     
==========================================
+ Hits        12407    12417      +10     
  Misses       1990     1990              
  Partials      501      501              
Files Changed Coverage Δ
transport.go 68.51% <100.00%> (+1.06%) ⬆️

@marten-seemann marten-seemann merged commit d228546 into master Aug 25, 2023
33 checks passed
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.

Bug: parse the wrong ServerName from addr
2 participants