type golang.org/x/net/http2.RSTStreamFrame
11 uses
golang.org/x/net/http2 (current package)
frame.go#L1170: type RSTStreamFrame struct {
frame.go#L1182: return &RSTStreamFrame{fh, ErrCode(binary.BigEndian.Uint32(p[:4]))}, nil
frame.go#L1610: case *RSTStreamFrame:
server.go#L1419: case *RSTStreamFrame:
server.go#L1489: func (sc *serverConn) processResetStream(f *RSTStreamFrame) error {
transport.go#L1862: case *RSTStreamFrame:
transport.go#L2413: func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) error {
google.golang.org/grpc/internal/transport
http2_client.go#L1008: func (t *http2Client) handleRSTStream(f *http2.RSTStreamFrame) {
http2_client.go#L1324: case *http2.RSTStreamFrame:
http2_server.go#L499: case *http2.RSTStreamFrame:
http2_server.go#L645: func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) {
![]() |
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. |