google.golang.org/grpc/internal/transport.http2Server.closeStream (method)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L470: t.closeStream(s, true, se.Code, false)
http2_server.go#L615: t.closeStream(s, true, http2.ErrCodeStreamClosed, false)
http2_server.go#L620: t.closeStream(s, true, http2.ErrCodeFlowControl, false)
http2_server.go#L648: t.closeStream(s, false, 0, false)
http2_server.go#L827: t.closeStream(s, true, http2.ErrCodeInternal, false)
http2_server.go#L892: t.closeStream(s, true, http2.ErrCodeInternal, false)
http2_server.go#L1124: func (t *http2Server) closeStream(s *Stream, rst bool, rstCode http2.ErrCode, eosReceived bool) {
 |
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. |