mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #23447 from cjcullen/testtransport
Auto commit by PR queue bot
This commit is contained in:
commit
86ee449600
@ -3255,7 +3255,7 @@ type extractRT struct {
|
|||||||
|
|
||||||
func (rt *extractRT) RoundTrip(req *http.Request) (*http.Response, error) {
|
func (rt *extractRT) RoundTrip(req *http.Request) (*http.Response, error) {
|
||||||
rt.Header = req.Header
|
rt.Header = req.Header
|
||||||
return nil, nil
|
return &http.Response{}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// headersForConfig extracts any http client logic necessary for the provided
|
// headersForConfig extracts any http client logic necessary for the provided
|
||||||
|
Loading…
Reference in New Issue
Block a user