]> Cypherpunks repositories - gostls13.git/commit
net/http/httptrace: remove the mention of http client
authorJaana Burcu Dogan <jbd@google.com>
Sun, 25 Sep 2016 05:06:39 +0000 (22:06 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 25 Sep 2016 05:25:00 +0000 (05:25 +0000)
commit893edc9b3fceead9c31151ce46fb871ea8c225b1
tree29e86fa2e63fcb5f508e498db1b180df46363491
parent159a90b93a962cb942688f099b42d00d164e436f
net/http/httptrace: remove the mention of http client

This sentence is partially guilty why httptrace is considered as an
http.Client tracing package. Removing the mention.

Updates #17152.

Change-Id: I69f78a6e10817db933f44e464a949ae896e44ec6
Reviewed-on: https://go-review.googlesource.com/29755
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/httptrace/trace.go