Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchFilterChain (0.12 sec)

  1. pilot/pkg/simulation/traffic.go

    	if hasFilterOnPort(l, xdsfilters.HTTPInspector.Name, input.Port) {
    		if alpn := protocolToAlpn(input.Protocol); alpn != "" && input.TLS == Plaintext {
    			input.Alpn = alpn
    		}
    	}
    
    	fc, err := sim.matchFilterChain(l.FilterChains, l.DefaultFilterChain, input, hasTLSInspector)
    	if err != nil {
    		result.Error = err
    		return
    	}
    	result.FilterChainMatched = fc.Name
    	// Plaintext to TLS is an error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top