Searched defs:http2writeWindowUpdate (Results 1 – 1 of 1) sorted by relevance
10783 type http2writeWindowUpdate struct { struct10784 streamID uint32 // or 0 for conn-level10785 n uint3210788 …(wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }10790 func (wu http2writeWindowUpdate) writeFrame(ctx http2writeContext) error {