Home
last modified time | relevance | path

Searched refs:handlerPanicRST (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dwrite.go118 type handlerPanicRST struct { struct
122 func (hp handlerPanicRST) writeFrame(ctx writeContext) error { argument
126 func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max } argument
Dserver.go1078 case StreamError, handlerPanicRST, writeWindowUpdate:
1160 case handlerPanicRST:
2055 write: handlerPanicRST{rw.rws.stream.id},