mirror of https://github.com/golang/go.git
httptrace: fix typo
“Expect” header had a typo and is now corrected.
This commit is contained in:
parent
e871981be9
commit
6bc2d66aec
|
|
@ -152,7 +152,7 @@ type ClientTrace struct {
|
||||||
WroteHeaders func()
|
WroteHeaders func()
|
||||||
|
|
||||||
// Wait100Continue is called if the Request specified
|
// 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
|
// request headers but is waiting for "100 Continue" from the
|
||||||
// server before writing the request body.
|
// server before writing the request body.
|
||||||
Wait100Continue func()
|
Wait100Continue func()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue