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

allow remote.DefaultTransport to be overridden by an http.RoundTripper #1449

Merged
merged 2 commits into from Sep 20, 2022

Conversation

imjasonh
Copy link
Collaborator

This mirrors the behavior of http.DefaultTransport, which is declared as an http.RoundTripper even though everyone basically assumes it's a *http.Transport.

@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #1449 (92c6ae1) into main (f981b4c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1449   +/-   ##
=======================================
  Coverage   73.31%   73.31%           
=======================================
  Files         115      115           
  Lines        8772     8772           
=======================================
  Hits         6431     6431           
  Misses       1696     1696           
  Partials      645      645           
Impacted Files Coverage Δ
pkg/v1/remote/options.go 71.81% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

3 participants