Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dwrite.go251 type writePushPromise struct { struct
252 streamID uint32 // pusher stream
253 method string // for :method
254 url *url.URL // for :scheme, :authority, :path
255 h http.Header
259 allocatePromisedID func() (uint32, error)
260 promisedID uint32
263 func (w *writePushPromise) staysWithinBuffer(max int) bool {
268 func (w *writePushPromise) writeFrame(ctx writeContext) error {
286 …writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error {