Merge pull request #23447 from cjcullen/testtransport

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-26 16:37:12 -07:00
commit 86ee449600

View File

@ -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