Home
last modified time | relevance | path

Searched defs:http2clientStream (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go7533 type http2clientStream struct { struct
7534 cc *http2ClientConn
7537 ctx context.Context
7538 reqCancel <-chan struct{}
7540 trace *httptrace.ClientTrace // or nil
7541 ID uint32
7542 bufPipe http2pipe // buffered pipe with the flow-controlled response payload
7543 requestedGzip bool
7544 isHead bool
7546 abortOnce sync.Once
[all …]