Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for protocolDetectionTimeout (0.28 sec)

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

    		// Enable timeout only if they configure it and we have an HTTP inspector.
    		// This is really unsafe, so hopefully not used...
    		l.ListenerFiltersTimeout = builder.push.Mesh.ProtocolDetectionTimeout
    	} else {
    		// Otherwise, do not have a timeout at all
    		l.ListenerFiltersTimeout = durationpb.New(0)
    	}
    	wasm := builder.push.WasmPluginsByListenerInfo(builder.node, model.WasmPluginListenerInfo{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    	virtualService *config.Config, services ...*model.Service,
    ) []*listener.Listener {
    	t.Helper()
    	m := mesh.DefaultMeshConfig()
    	m.ProtocolDetectionTimeout = durationpb.New(5 * time.Second)
    	cg := NewConfigGenTest(t, TestOptions{
    		Services:       services,
    		ConfigPointers: []*config.Config{sidecarConfig, virtualService},
    		MeshConfig:     m,
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top