Skip to content

Commit 895745b

Browse files
Add struct comment
1 parent 13e53bc commit 895745b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/http/transport.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,7 @@ type erringRoundTripper interface {
15531553
RoundTripErr() error
15541554
}
15551555

1556+
// ProxyConnectError holds the response to an unsuccessful proxy CONNECT request.
15561557
type ProxyConnectError struct {
15571558
Response *Response
15581559
}

0 commit comments

Comments
 (0)