Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go9382 type http2clientConnReadLoop struct { struct
9383 _ http2incomparable
9384 cc *http2ClientConn
9421 func (rl *http2clientConnReadLoop) cleanup() {
9487 func (rl *http2clientConnReadLoop) run() error {
9555 func (rl *http2clientConnReadLoop) processHeaders(f *http2MetaHeadersFrame) error {
9619 …tConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
9738 … *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
9864 func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {
9980 func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
[all …]