Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go2294 type http2GoAwayFrame struct { struct
2295 http2FrameHeader
2296 LastStreamID uint32
2297 ErrCode http2ErrCode
2298 debugData []byte
2305 func (f *http2GoAwayFrame) DebugData() []byte {