Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go10284 type http2noBodyReader struct{} struct
10286 func (http2noBodyReader) Close() error { return nil }
10288 func (http2noBodyReader) Read([]byte) (int, error) { return 0, io.EOF }