Apply context changes to the client.
Signed-off-by: David Calavera <david.calavera@gmail.com> Upstream-commit: fe53be4e1785ab4d8cadf246e5f2de419f337adc Component: engine
This commit is contained in:
@@ -194,7 +194,7 @@ func (d *Daemon) getClientConfig() (*clientConfig, error) {
|
||||
transport = &http.Transport{}
|
||||
}
|
||||
|
||||
sockets.ConfigureTCPTransport(transport, proto, addr)
|
||||
sockets.ConfigureTransport(transport, proto, addr)
|
||||
|
||||
return &clientConfig{
|
||||
transport: transport,
|
||||
|
||||
Reference in New Issue
Block a user