crypto/tls.ConnectionState.ServerName (field)

3 uses

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

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