github.com/refraction-networking/utls.SNIExtension.ServerName (field)

9 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L273: 			sniExt.ServerName = hname
		u_parrots.go#L2852: 			if ext.ServerName == "" {
		u_parrots.go#L2853: 				ext.ServerName = uconn.config.ServerName
		u_parrots.go#L2856: 				ext.ServerName = string(ech.config.PublicName)
		u_tls_extensions.go#L124: 	ServerName string // not an array because go crypto/tls doesn't support multiple SNIs
		u_tls_extensions.go#L130: 	hostName := hostnameInSNI(e.ServerName)
		u_tls_extensions.go#L140: 	hostName := hostnameInSNI(e.ServerName)
		u_tls_extensions.go#L203: 		uc.config.ServerName = e.ServerName
		u_tls_extensions.go#L205: 	hostName := hostnameInSNI(e.ServerName)