type google.golang.org/grpc/internal/transport.cleanupStream
13 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L114: cleanup *cleanupStream // Valid on the server side.
controlbuf.go#L122: type cleanupStream struct {
controlbuf.go#L129: func (c *cleanupStream) isTransportResponseFrame() bool { return c.rst } // Results in a RST_STREAM
controlbuf.go#L732: func (l *loopyWriter) cleanupStreamHandler(c *cleanupStream) error {
controlbuf.go#L788: case *cleanupStream:
http2_client.go#L767: cleanup := &cleanupStream{
http2_server.go#L311: t.controlBuf.put(&cleanupStream{
http2_server.go#L368: t.controlBuf.put(&cleanupStream{
http2_server.go#L386: t.controlBuf.put(&cleanupStream{
http2_server.go#L472: t.controlBuf.put(&cleanupStream{
http2_server.go#L652: t.controlBuf.put(&cleanupStream{
http2_server.go#L1112: hdr.cleanup = &cleanupStream{
http2_server.go#L1128: t.controlBuf.put(&cleanupStream{
![]() |
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. |