Commit 87b7b667 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http/httptrace: add clarification never added to CL 67430

Updates #19761

Change-Id: Iac3bd4c40002f8e348452b50bff54dee3210d447
Reviewed-on: https://go-review.googlesource.com/121236Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 228b4416
...@@ -143,7 +143,8 @@ type ClientTrace struct { ...@@ -143,7 +143,8 @@ type ClientTrace struct {
TLSHandshakeDone func(tls.ConnectionState, error) TLSHandshakeDone func(tls.ConnectionState, error)
// WroteHeaderField is called after the Transport has written // WroteHeaderField is called after the Transport has written
// each request header. // each request header. At the time of this call the values
// might be buffered and not yet written to the network.
WroteHeaderField func(key string, value []string) WroteHeaderField func(key string, value []string)
// WroteHeaders is called after the Transport has written // WroteHeaders is called after the Transport has written
......
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