]> Cypherpunks repositories - gostls13.git/commit
net/http: document that Client methods always return *url.Error
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Jul 2018 00:24:49 +0000 (00:24 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Jul 2018 03:21:35 +0000 (03:21 +0000)
commit6df4c3a44b20b9738ae5699fbc156052522f9f54
tree78b6f2a4493e1f82c1caaa487aeffe5adbb4e51d
parent416676f4d9bb2e14bce4e396c2ce67d091264751
net/http: document that Client methods always return *url.Error

Updates #9424

Change-Id: If117ba3e7d031f84b30d3a721ef99fe622734de2
Reviewed-on: https://go-review.googlesource.com/125575
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/client.go
src/net/http/export_test.go
src/net/http/roundtrip.go
src/net/http/server.go