Home
last modified time | relevance | path

Searched defs:bodyWriterState (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go2230 type bodyWriterState struct { struct
2231 cs *clientStream
2232 timer *time.Timer // if non-nil, we're doing a delayed write
2233 fnonce *sync.Once // to call fn with
2234 fn func() // the code to run in the goroutine, writing the body
2235 resc chan error // result of fn's execution
2236 delay time.Duration // how long we should delay a delayed write for
2273 func (s bodyWriterState) cancel() {
2279 func (s bodyWriterState) on100() {
2292 func (s bodyWriterState) scheduleBodyWrite() {