Searched refs:noCachedConnError (Results 1 – 1 of 1) sorted by relevance
315 type noCachedConnError struct{} struct317 func (noCachedConnError) IsHTTP2NoCachedConnError() {} argument318 func (noCachedConnError) Error() string { return "http2: no cached connection was avail… argument328 var ErrNoCachedConn error = noCachedConnError{}