Home | History | Annotate | Download | only in http

Lines Matching refs:wu

7679 func (wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
7681 func (wu http2writeWindowUpdate) writeFrame(ctx http2writeContext) error {
7682 return ctx.Framer().WriteWindowUpdate(wu.streamID, wu.n)