golang.org/x/net/http2.RSTStreamFrame.ErrCode (field)
8 uses
golang.org/x/net/http2 (current package)
frame.go#L1172: ErrCode ErrCode
frame.go#L1611: fmt.Fprintf(&buf, " ErrCode=%v", f.ErrCode)
server.go#L1503: sc.closeStream(st, streamError(f.StreamID, f.ErrCode))
transport.go#L2426: err := streamError(cs.ID, f.ErrCode)
google.golang.org/grpc/internal/transport
http2_client.go#L1013: if f.ErrCode == http2.ErrCodeRefusedStream {
http2_client.go#L1017: statusCode, ok := http2ErrConvTab[f.ErrCode]
http2_client.go#L1020: logger.Warningf("transport: http2Client.handleRSTStream found no mapped gRPC status for the received http2 error %v", f.ErrCode)
http2_client.go#L1031: t.closeStream(s, io.EOF, false, http2.ErrCodeNo, status.Newf(statusCode, "stream terminated by RST_STREAM with error code: %v", f.ErrCode), nil, false)
 |
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. |