Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go10783 type http2writeWindowUpdate struct { struct
10784 streamID uint32 // or 0 for conn-level
10785 n uint32
10788 …(wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
10790 func (wu http2writeWindowUpdate) writeFrame(ctx http2writeContext) error {