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

put a context on a dial functions, remove Dial*Context, remove host parameter #3785

Merged
merged 2 commits into from
May 1, 2023

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Apr 23, 2023

Depends on #3782. Part of #3727.

@codecov
Copy link

codecov bot commented Apr 23, 2023

Codecov Report

Merging #3785 (aee7706) into master (ea721c9) will decrease coverage by 0.00%.
The diff coverage is 92.31%.

@@            Coverage Diff             @@
##           master    #3785      +/-   ##
==========================================
- Coverage   84.24%   84.23%   -0.00%     
==========================================
  Files         142      142              
  Lines       14090    14075      -15     
==========================================
- Hits        11869    11856      -13     
+ Misses       1801     1799       -2     
  Partials      420      420              
Impacted Files Coverage Δ
http3/client.go 85.48% <ø> (ø)
client.go 77.70% <91.67%> (-0.87%) ⬇️
http3/roundtrip.go 89.13% <100.00%> (ø)

* add a context to all Dial functions
* remove the explicit Dial{*}Context functions
@marten-seemann marten-seemann changed the base branch from integration-tests-versions to master May 1, 2023 12:00
@marten-seemann marten-seemann merged commit c0b94ee into master May 1, 2023
30 checks passed
@marten-seemann marten-seemann deleted the dial-context branch May 1, 2023 12:25
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