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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |