Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dconfigure_transport.go35 addr := authorityAddr("https", authority)
Dtransport.go345 func authorityAddr(scheme string, authority string) (addr string) { func
370 addr := authorityAddr(req.URL.Scheme, req.URL.Host)