Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for erfc (0.14 sec)

  1. src/net/http/serve_test.go

    func testServerWriteTimeout(t *testing.T, mode testMode) {
    	for timeout := 5 * time.Millisecond; ; timeout *= 2 {
    		errc := make(chan error, 2)
    		cst := newClientServerTest(t, mode, HandlerFunc(func(res ResponseWriter, req *Request) {
    			errc <- nil
    			_, err := io.Copy(res, neverEnding('a'))
    			errc <- err
    		}), func(ts *httptest.Server) {
    			ts.Config.WriteTimeout = timeout
    			t.Logf("Server.Config.WriteTimeout = %v", timeout)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. src/net/http/server.go

    	// implementations will also drop unread packets from the client's read buffer
    	// when a write fails, causing our final response to be truncated away too.
    	//
    	// As a result, https://www.rfc-editor.org/rfc/rfc7230#section-6.6 recommends
    	// that “[t]he server … continues to read from the connection until it
    	// receives a corresponding close by the client, or until the server is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        iptables -w -t nat -A IP-MASQ -d 100.64.0.0/10 -m comment --comment "ip-masq: RFC 6598 reserved range is not subject to MASQUERADE" -j RETURN
        iptables -w -t nat -A IP-MASQ -d 198.18.0.0/15 -m comment --comment "ip-masq: RFC 6815 reserved range is not subject to MASQUERADE" -j RETURN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

    Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n  * 'kubernetes.io/h2c' - HTTP/2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior-\n  * 'kubernetes.io/ws'  - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n  * 'kubernetes.io/wss' - WebSocket over TLS as described in ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  5. src/crypto/x509/verify_test.go

    	tests := []struct {
    		name           string
    		graph          trustGraphDescription
    		expectedChains []string
    		expectedErr    string
    	}{
    		{
    			// Build the following graph from RFC 4158, figure 7 (note that in this graph edges represent
    			// certificates where the parent is the issuer and the child is the subject.) For the certificate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/validation/validation_test.go

    					Port:      443,
    				},
    			},
    			SideEffects: &unknownSideEffect,
    		},
    		}, true),
    		expectedError: `clientConfig.service.path: Invalid value: "/apis/foo.bar/v1alpha1/--bad": segment[3]: a lowercase RFC 1123 subdomain`,
    	}, {
    		name: "invalid port 0",
    		config: newValidatingWebhookConfiguration(
    			[]admissionregistration.ValidatingWebhook{{
    				Name: "webhook.k8s.io",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  7. src/crypto/x509/x509_test.go

    			Province:           []string{"Surrey"},
    			StreetAddress:      []string{"The Square"},
    			PostalCode:         []string{"TW9 1DT"},
    			SerialNumber:       "RFC 2253",
    			Country:            []string{"GB"},
    		}, "SERIALNUMBER=RFC 2253,CN=Steve Kille,OU=RFCs,O=Isode Limited,POSTALCODE=TW9 1DT,STREET=The Square,L=Richmond,ST=Surrey,C=GB"},
    		{certs[0].Subject,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  8. src/net/http/transport_test.go

    			cc, sc := net.Pipe()
    			serverConnCh <- sc
    			return cc, nil
    		},
    	}
    	defer tr.CloseIdleConnections()
    	errc := make(chan error, 1)
    	req, _ := NewRequest("GET", "http://example.com/", nil)
    	req = test.newReq(req)
    	go func() {
    		_, err := tr.RoundTrip(req)
    		errc <- err
    	}()
    
    	sc := <-serverConnCh
    	verb := make([]byte, 3)
    	if _, err := io.ReadFull(sc, verb); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    			i:    0,
    			j:    2,
    			want: []*I{&c, &b, &a},
    		},
    		{
    			in:   []string{"eric", "sergey", "larry"},
    			i:    0,
    			j:    2,
    			want: []string{"larry", "sergey", "eric"},
    		},
    		{
    			in:   []S{"eric", "sergey", "larry"},
    			i:    0,
    			j:    2,
    			want: []S{"larry", "sergey", "eric"},
    		},
    		{
    			in:   []pair{{1, 2}, {3, 4}, {5, 6}},
    			i:    0,
    			j:    2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top