]> Cypherpunks repositories - gostls13.git/commit
net/http: add Transport.Dialer, plumb RoundTrip contexts to net package
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 15 Apr 2016 22:59:36 +0000 (22:59 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 16 Apr 2016 14:07:25 +0000 (14:07 +0000)
commit585590549a3c6e26e7963081e11478a1913744a6
tree54d7f04acc25fcf0fad828351cbb25d000f415ec
parent318da8d66958574497450e4dcee518df55194f14
net/http: add Transport.Dialer, plumb RoundTrip contexts to net package

This simply connects the contexts, pushing them down the call stack.
Future CLs will utilize them.

For #12580 (http.Transport tracing/analytics)
Updates #13021

Change-Id: I5b2074d6eb1e87d79a767fc0609c84e7928d1a16
Reviewed-on: https://go-review.googlesource.com/22124
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/transport.go