golang.org/x/net/http2.Framer.WriteRSTStream (method)
6 uses
golang.org/x/net/http2 (current package)
frame.go#L1189: func (f *Framer) WriteRSTStream(streamID uint32, code ErrCode) error {
transport.go#L2177: cc.fr.WriteRSTStream(cs.ID, ErrCodeCancel)
transport.go#L2512: cc.fr.WriteRSTStream(streamID, code)
write.go#L123: return ctx.Framer().WriteRSTStream(hp.StreamID, ErrCodeInternal)
write.go#L129: return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
google.golang.org/grpc/internal/transport
controlbuf.go#L742: if err := l.framer.fr.WriteRSTStream(c.streamID, c.rstCode); err != nil {
![]() |
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. |