Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1275 type http2connError struct { struct
1276 Code http2ErrCode // the ConnectionError error code
1277 Reason string // additional reason
1280 func (e http2connError) Error() string {