crypto/tls.ConnectionState.ServerName (field)

6 uses

	crypto/tls (current package)
		common.go#L242: 	ServerName string
		conn.go#L1421: 	state.ServerName = c.serverName

	github.com/lib/pq
		ssl.go#L163: 		DNSName:       client.ConnectionState().ServerName,

	golang.org/x/net/http2
		server.go#L441: 		if sc.tlsState.ServerName == "" {

	net/http
		h2_bundle.go#L4007: 		if sc.tlsState.ServerName == "" {

	net/http/httptest
		httptest.go#L85: 			ServerName:        req.Host,