Home
last modified time | relevance | path

Searched defs:streamError (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Derrors.go70 func streamError(id uint32, code ErrCode) StreamError { func
/external/grpc-grpc-java/grpclb/src/test/java/io/grpc/grpclb/
DGrpclbLoadBalancerTest.java1083 Status streamError = Status.UNAVAILABLE.withDescription("OOB stream broken"); in subtestGrpclbFallbackInitialTimeout() local