Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go315 type noCachedConnError struct{} struct
317 func (noCachedConnError) IsHTTP2NoCachedConnError() {}
318 …oCachedConnError) Error() string { return "http2: no cached connection was available" }