Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for useClientProtocol (0.13 sec)

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

    		if http2ProtocolOptions != nil && maxConcurrentStreams > 0 {
    			http2ProtocolOptions.MaxConcurrentStreams = &wrapperspb.UInt32Value{Value: maxConcurrentStreams}
    		}
    	}
    	if settings.Http != nil && settings.Http.UseClientProtocol {
    		// Use downstream protocol. If the incoming traffic use HTTP 1.1, the
    		// upstream cluster will use HTTP 1.1, if incoming traffic use HTTP2,
    		// the upstream cluster will use HTTP2.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder.go

    	// concern for plaintext, but we do not have a way to distinguish https vs http here. If users of
    	// gateway want this behavior, they can configure UseClientProtocol explicitly.
    	if cb.sidecarProxy() && port.Protocol.IsUnsupported() {
    		// Use downstream protocol. If the incoming traffic use HTTP 1.1, the
    		// upstream cluster will use HTTP 1.1, if incoming traffic use HTTP2,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top