Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleStream (0.09 sec)

  1. pkg/istio-agent/xds_proxy.go

    func (p *XdsProxy) StreamAggregatedResources(downstream DiscoveryStream) error {
    	proxyLog.Debugf("accepted XDS connection from Envoy, forwarding to upstream XDS server")
    	return p.handleStream(downstream)
    }
    
    func (p *XdsProxy) handleStream(downstream adsStream) error {
    	con := &ProxyConnection{
    		conID:           connectionNumber.Inc(),
    		upstreamError:   make(chan error), // can be produced by recv and send
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top