type golang.org/x/net/http2.clientConnReadLoop

16 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1731: type clientConnReadLoop struct {
		transport.go#L1739: 	rl := &clientConnReadLoop{cc: cc}
		transport.go#L1770: func (rl *clientConnReadLoop) cleanup() {
		transport.go#L1807: func (rl *clientConnReadLoop) run() error {
		transport.go#L1888: func (rl *clientConnReadLoop) processHeaders(f *MetaHeadersFrame) error {
		transport.go#L1957: func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *MetaHeadersFrame) (*http.Response, error) {
		transport.go#L2066: func (rl *clientConnReadLoop) processTrailers(cs *clientStream, f *MetaHeadersFrame) error {
		transport.go#L2195: func (rl *clientConnReadLoop) processData(f *DataFrame) error {
		transport.go#L2290: func (rl *clientConnReadLoop) endStream(cs *clientStream) {
		transport.go#L2296: func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err error) {
		transport.go#L2323: func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error {
		transport.go#L2334: func (rl *clientConnReadLoop) processSettings(f *SettingsFrame) error {
		transport.go#L2392: func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame) error {
		transport.go#L2413: func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) error {
		transport.go#L2474: func (rl *clientConnReadLoop) processPing(f *PingFrame) error {
		transport.go#L2495: func (rl *clientConnReadLoop) processPushPromise(f *PushPromiseFrame) error {