Home
last modified time | relevance | path

Searched refs:noDialClientConnPool (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dclient_conn_pool.go30 _ clientConnPoolIdleCloser = noDialClientConnPool{}
252 type noDialClientConnPool struct{ *clientConnPool } struct
254 func (p noDialClientConnPool) GetClientConn(req *http.Request, addr string) (*ClientConn, error) { argument
Dconfigure_transport.go18 ConnPool: noDialClientConnPool{connPool},