We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de2dff commit d2a85bfCopy full SHA for d2a85bf
transport/transport.go
@@ -534,7 +534,7 @@ type ClientTransport interface {
534
// once the transport is initiated.
535
Error() <-chan struct{}
536
537
- // GoAway returns a channel that is closed when ClientTranspor
+ // GoAway returns a channel that is closed when ClientTransport
538
// receives the draining signal from the server (e.g., GOAWAY frame in
539
// HTTP/2).
540
GoAway() <-chan struct{}
0 commit comments