Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildGatewayConnectionManager (0.18 sec)

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

    			sniHosts:   nil,
    			tlsContext: nil,
    			httpOpts: &httpListenerOpts{
    				rds:                       routeName,
    				useRemoteAddress:          true,
    				connectionManager:         buildGatewayConnectionManager(proxyConfig, node, false /* http3SupportEnabled */, push),
    				suppressEnvoyDebugHeaders: ph.SuppressDebugHeaders,
    				protocol:                  serverProto,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    					},
    				},
    			},
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    			push.Networks = tt.networks
    			httpConnManager := buildGatewayConnectionManager(&meshconfig.ProxyConfig{}, proxy, false, push)
    			if !reflect.DeepEqual(tt.expectedconfig, httpConnManager.InternalAddressConfig) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top