Commit 86ee4496 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #23447 from cjcullen/testtransport

Auto commit by PR queue bot
parents baf7d8e9 4c188eae
......@@ -3255,7 +3255,7 @@ type extractRT struct {
func (rt *extractRT) RoundTrip(req *http.Request) (*http.Response, error) {
rt.Header = req.Header
return nil, nil
return &http.Response{}, nil
}
// headersForConfig extracts any http client logic necessary for the provided
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment