• Blake Mizerany's avatar
    server: fix Transport override (#7834) · 2b7ed61c
    Blake Mizerany authored
    This changes makeRequest to update the http client Transport if and only
    if testMakeRequestDialContext is set. This is to avoid overriding the
    default Transport when testMakeRequestDialContext is nil, which broke
    existing behavior, included proxies, timeouts, and other behaviors.
    
    Fixes #7829
    Fixes #7788
    2b7ed61c
images.go 27.3 KB