Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deltaRewriteAndForward (0.16 sec)

  1. pkg/istio-agent/xds_proxy_delta.go

    			}
    			switch resp.TypeUrl {
    			case model.ExtensionConfigurationType:
    				if features.WasmRemoteLoadConversion {
    					// If Wasm remote load conversion feature is enabled, rewrite and send.
    					go p.deltaRewriteAndForward(con, resp, func(resp *discovery.DeltaDiscoveryResponse) {
    						// Forward the response using the thread of `handleUpstreamResponse`
    						// to prevent concurrent access to forwardToEnvoy
    						select {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 20:29:08 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top