Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2MaxRequests (0.36 sec)

  1. pilot/pkg/model/sidecar_test.go

    func TestInboundConnectionPoolForPort(t *testing.T) {
    	connectionPoolSettings := &networking.ConnectionPoolSettings{
    		Http: &networking.ConnectionPoolSettings_HTTPSettings{
    			Http1MaxPendingRequests:  1024,
    			Http2MaxRequests:         1024,
    			MaxRequestsPerConnection: 1024,
    			MaxRetries:               1024,
    			IdleTimeout:              durationpb.New(5 * time.Second),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top