Move http2 configure transport
This commit is contained in:
parent
a9d4b09bdb
commit
93a1db77c5
4 changed files with 77 additions and 3 deletions
|
@ -154,8 +154,8 @@ func createHTTPTransport(globalConfiguration configuration.GlobalConfiguration)
|
|||
transport.TLSClientConfig = &tls.Config{
|
||||
RootCAs: createRootCACertPool(globalConfiguration.RootCAs),
|
||||
}
|
||||
http2.ConfigureTransport(transport)
|
||||
}
|
||||
http2.ConfigureTransport(transport)
|
||||
|
||||
return transport
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue