Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for avoidance (0.18 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "collisionCount": {
              "description": "Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.",
              "format": "int32",
              "type": "integer"
            },
            "conditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    		100 * time.Millisecond,
    		500 * time.Millisecond,
    		time.Second,
    		5 * time.Second,
    	}, func(t *testing.T, timeout time.Duration) error {
    		SetRSTAvoidanceDelay(t, timeout)
    		t.Logf("set RST avoidance delay to %v", timeout)
    
    		const bodySize = 5 << 20
    		req := []byte(fmt.Sprintf("POST / HTTP/1.1\r\nHost: foo.com\r\nContent-Length: %d\r\n\r\n", bodySize))
    		for i := 0; i < bodySize; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    		100 * time.Millisecond,
    		500 * time.Millisecond,
    		time.Second,
    		5 * time.Second,
    	}, func(t *testing.T, timeout time.Duration) error {
    		SetRSTAvoidanceDelay(t, timeout)
    		t.Logf("set RST avoidance delay to %v", timeout)
    
    		const deniedMsg = "sorry, denied."
    		cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    			Error(w, deniedMsg, StatusUnauthorized)
    		}))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    ,"max_t":1238022568,"mean_t":1232387321},{"name":"block","kids":[{"name":"float","kids":[{"name":"026-expected.png","kids":[],"cl_weight":0.004664392907355645,"touches":4,"min_t":1228781586,"max_t":1238022568,"mean_t":1233122138},{"name":"float-avoidance-expected.checksum","kids":[],"cl_weight":0.0017318415877075515,"touches":3,"min_t":1229478785,"max_t":1238022568,"mean_t":1234568989},{"name":"019-expected.checksum","kids":[],"cl_weight":0.002678367169605431,"touches":4,"min_t":1228525763,"max_...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top