const golang.org/x/net/http2.ErrCodeStreamClosed
6 uses
golang.org/x/net/http2 (current package)
errors.go#L21: ErrCodeStreamClosed ErrCode = 0x5
errors.go#L38: ErrCodeStreamClosed: "STREAM_CLOSED",
server.go#L1895: return sc.countError("closed", streamError(id, ErrCodeStreamClosed))
server.go#L2042: return sc.countError("headers_half_closed", streamError(id, ErrCodeStreamClosed))
google.golang.org/grpc/internal/transport
http2_server.go#L784: t.closeStream(s, true, http2.ErrCodeStreamClosed, false)
http_util.go#L59: http2.ErrCodeStreamClosed: codes.Internal,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)