google.golang.org/grpc/internal/transport.headerFrame.streamID (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L108: streamID uint32
controlbuf.go#L608: str, ok := l.estdStreams[h.streamID]
controlbuf.go#L611: logger.Warningf("transport: loopy doesn't recognize the stream: %d", h.streamID)
controlbuf.go#L617: return l.writeHeader(h.streamID, h.endStream, h.hf, h.onWrite)
controlbuf.go#L626: if err := l.writeHeader(h.streamID, h.endStream, h.hf, h.onWrite); err != nil {
controlbuf.go#L633: id: h.streamID,
controlbuf.go#L854: if err := l.writeHeader(trailer.streamID, trailer.endStream, trailer.hf, trailer.onWrite); err != nil {
controlbuf.go#L923: if err := l.writeHeader(trailer.streamID, trailer.endStream, trailer.hf, trailer.onWrite); err != nil {
http2_client.go#L650: h.streamID = t.nextID
http2_client.go#L652: s.id = h.streamID
http2_server.go#L818: streamID: s.id,
http2_server.go#L881: streamID: s.id,
 |
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. |