google.golang.org/grpc/internal/transport.headerFrame.cleanup (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L114: cleanup *cleanupStream // Valid on the server side.
controlbuf.go#L119: return h.cleanup != nil && h.cleanup.rst // Results in a RST_STREAM
controlbuf.go#L629: return l.cleanupStreamHandler(h.cleanup)
controlbuf.go#L857: if err := l.cleanupStreamHandler(trailer.cleanup); err != nil {
controlbuf.go#L926: if err := l.cleanupStreamHandler(trailer.cleanup); err != nil {
http2_server.go#L1112: hdr.cleanup = &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. |