Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go10559 type http2writeData struct { struct
10560 streamID uint32
10561 p []byte
10562 endStream bool
10565 func (w *http2writeData) String() string {
10569 func (w *http2writeData) writeFrame(ctx http2writeContext) error {
10573 func (w *http2writeData) staysWithinBuffer(max int) bool {