Skip to content

Commit

Permalink
Router: add Proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangquanLi930 committed Jul 12, 2024
1 parent e941675 commit e3e5142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/extended/router/http2.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func makeHTTPClient(useHTTP2Transport bool, timeout time.Duration) *http.Client

transport := &http.Transport{
TLSClientConfig: &tlsConfig,
Proxy: http.ProxyFromEnvironment,
}

c := &http.Client{
Expand Down

0 comments on commit e3e5142

Please sign in to comment.