crypto/tls.ConnectionState.ServerName (field)

4 uses

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

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

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