Merge pull request #19984 from calavera/vendor_engine_api_master

Vendor engine-api with client context changes.
Upstream-commit: da58ee42bb1d4e17c5b525d161f29ad8efc0569e
Component: engine
This commit is contained in:
Tibor Vass
2016-02-04 16:20:06 -05:00
54 changed files with 714 additions and 195 deletions

View File

@ -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,