]> Cypherpunks repositories - gostls13.git/commit
net/http: better documentation for Transport
authorAndrew Gerrand <adg@golang.org>
Wed, 6 Jan 2016 04:45:16 +0000 (15:45 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 6 Jan 2016 06:08:34 +0000 (06:08 +0000)
commit91f997be723a0f88df0c42051f29c23ef90db0c5
tree2856ffcd7985861801b6940f4cdf3f01c80bed82
parentc799e4a577e325d4ef3fd74ebd5415994096cd16
net/http: better documentation for Transport

Mention that:
- connection pooling is enabled by default,
- the Transport is safe for concurrent use, and
- the Client type should be used for high-level stuff.

Change-Id: Idfd8cc852e733c44211e77cf0e22720b1fdca39b
Reviewed-on: https://go-review.googlesource.com/18273
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/transport.go