httptrace: fix typo

“Expect” header had a typo and is now corrected.
This commit is contained in:
berkant ipek 2019-02-12 16:35:22 +03:00 committed by GitHub
parent e871981be9
commit 6bc2d66aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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()