crypto/tls.ConnectionState.ServerName (field)

5 uses

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

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

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

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