发布

  • server: fix Transport override (#7834)

    frostbyte_neo 发布于 2024-11-25 23:08:34 +00:00

    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

    下载附件