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#L1743: return sc.countError("closed", streamError(id, ErrCodeStreamClosed))
server.go#L1890: return sc.countError("headers_half_closed", streamError(id, ErrCodeStreamClosed))
google.golang.org/grpc/internal/transport
http2_server.go#L802: t.closeStream(s, true, http2.ErrCodeStreamClosed, false)
http_util.go#L60: http2.ErrCodeStreamClosed: codes.Internal,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)