Commit 2176869e authored by Rob Pike's avatar Rob Pike

net/http/httputil: fix typo in comment.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6272050
parent 7ab62b0b
...@@ -75,7 +75,7 @@ func DumpRequestOut(req *http.Request, body bool) ([]byte, error) { ...@@ -75,7 +75,7 @@ func DumpRequestOut(req *http.Request, body bool) ([]byte, error) {
// Use the actual Transport code to record what we would send // Use the actual Transport code to record what we would send
// on the wire, but not using TCP. Use a Transport with a // on the wire, but not using TCP. Use a Transport with a
// customer dialer that returns a fake net.Conn that waits // custom dialer that returns a fake net.Conn that waits
// for the full input (and recording it), and then responds // for the full input (and recording it), and then responds
// with a dummy response. // with a dummy response.
var buf bytes.Buffer // records the output var buf bytes.Buffer // records the output
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment