Searched defs:http2clientStream (Results 1 – 1 of 1) sorted by relevance
7533 type http2clientStream struct { struct7534 cc *http2ClientConn7537 ctx context.Context7538 reqCancel <-chan struct{}7540 trace *httptrace.ClientTrace // or nil7541 ID uint327542 bufPipe http2pipe // buffered pipe with the flow-controlled response payload7543 requestedGzip bool7544 isHead bool7546 abortOnce sync.Once[all …]