1
0
mirror of https://github.com/golang/go synced 2024-07-08 12:18:55 +00:00

net/http/httptrace: fix typo

Change-Id: I15279e4aa9306bde925929907a7b5e7ef5d8b642
GitHub-Last-Rev: 6bc2d66aec
GitHub-Pull-Request: golang/go#30193
Reviewed-on: https://go-review.googlesource.com/c/162018
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
berkant ipek 2019-02-12 14:45:12 +00:00 committed by Brad Fitzpatrick
parent e871981be9
commit 1edd2a34c1

View File

@ -152,7 +152,7 @@ type ClientTrace struct {
WroteHeaders func()
// Wait100Continue is called if the Request specified
// "Expected: 100-continue" and the Transport has written the
// "Expect: 100-continue" and the Transport has written the
// request headers but is waiting for "100 Continue" from the
// server before writing the request body.
Wait100Continue func()