We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*http2Client
ClientTransport
1 parent c98235b commit 5d07b63Copy full SHA for 5d07b63
internal/transport/transport.go
@@ -241,7 +241,7 @@ const (
241
type Stream struct {
242
id uint32
243
st ServerTransport // nil for client side Stream
244
- ct *http2Client // nil for server side Stream
+ ct ClientTransport // nil for server side Stream
245
ctx context.Context // the associated context of the stream
246
cancel context.CancelFunc // always nil for client side Stream
247
done chan struct{} // closed at the end of stream to unblock writers. On the client side.
0 commit comments