-
Couldn't load subscription status.
- Fork 18.4k
Closed
Description
net.Transport contains DialContext, but http2.Transport only contains DialTLS, so a similar DialTLSContext has been added to make http.Transport support context.
What's changed:
This proposal only adds a new API, so there is no breaking change.
ref:
golang/net#123
https://go-review.googlesource.com/c/net/+/377114
Jorropo and nnnewb