Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needsHTTP (0.39 sec)

  1. pilot/pkg/networking/core/listener_inbound.go

    	}
    
    	// Note: the HTTP inspector should be after TLS inspector.
    	// If TLS inspector sets transport protocol to tls, the http inspector
    	// won't inspect the packet.
    	if needsHTTP(inspectors) {
    		lf = append(lf, buildHTTPInspector(inspectors))
    	}
    
    	return lf
    }
    
    // listenerPredicateExcludePorts returns a listener filter predicate that will
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top