Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for 6875 (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_REGISTRY_HIVE_RECOVERED                                             syscall.Errno = 685
    	ERROR_DLL_MIGHT_BE_INSECURE                                               syscall.Errno = 686
    	ERROR_DLL_MIGHT_BE_INCOMPATIBLE                                           syscall.Errno = 687
    	ERROR_DBG_EXCEPTION_NOT_HANDLED                                           syscall.Errno = 688
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    000002a0  b8 26 5f ac d7 44 16 6d  40 d5 80 c5 49 df 8d fe  |.&_..D.m@...I...|
    000002b0  06 1c 7c 19 49 94 50 6f  e8 8c e0 59 80 9a a0 0e  |..|.I.Po...Y....|
    000002c0  50 3f 03 de c9 30 88 15  91 83 4e a8 df c3 65 75  |P?...0....N...eu|
    000002d0  cd 30 3e 7d 32 4a d9 ff  72 1e 1d 90 50 f3 67 8a  |.0>}2J..r...P.g.|
    000002e0  6a 94 c3 92 9a d4 0b 20  7e 61 98 6e db d0 71 4a  |j...... ~a.n..qJ|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/replica_calculator_test.go

    			levels:              makePodMetricLevels(4000, 9500, 3000, 7000, 3200, 2000),
    			targetUtilization:   100,
    			expectedUtilization: 587,
    			expectedValue:       numContainersPerPod * 5875,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestReplicaCalcMissingMetrics(t *testing.T) {
    	tc := replicaCalcTestCase{
    		currentReplicas:  4,
    		expectedReplicas: 3,
    		resource: &resourceInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

    * Start synchronizing pods after network is ready.  ([#68752](https://github.com/kubernetes/kubernetes/pull/68752), [@krzysztof-jastrzebski](https://github.com/krzysztof-jastrzebski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  5. src/net/http/request.go

    		// probably can't do anything useful with an empty Host header.
    		if !usingProxy {
    			host = ""
    		} else {
    			return errors.New("http: invalid Host header")
    		}
    	}
    
    	// According to RFC 6874, an HTTP client, proxy, or other
    	// intermediary must remove any IPv6 zone identifier attached
    	// to an outgoing URI.
    	host = removeZone(host)
    
    	ruri := r.URL.RequestURI()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

            countDownLatch.countDown()
          } catch (e: Exception) {
            throw RuntimeException(e)
          }
        }
      }
    
      /** https://github.com/square/okhttp/issues/4875  */
      @ParameterizedTest
      @ArgumentsSource(ProtocolParamProvider::class)
      fun shutdownAfterLateCoalescing(
        protocol: Protocol,
        mockWebServer: MockWebServer,
      ) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  7. src/net/http/httputil/reverseproxy_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	res.Body.Close()
    	if res.StatusCode != http.StatusBadGateway {
    		t.Errorf("request to bad proxy = %v; want 502 StatusBadGateway", res.Status)
    	}
    
    }
    
    // Issue 16875: remove any proxied headers mentioned in the "Connection"
    // header value.
    func TestReverseProxyStripHeadersPresentInConnection(t *testing.T) {
    	const fakeConnectionToken = "X-Fake-Connection-Token"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. src/runtime/zcallback_windows_arm64.s

    	MOVD	$682, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$683, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$684, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$685, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$686, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$687, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$688, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$689, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$690, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  9. src/runtime/zcallback_windows_arm.s

    	MOVW	$682, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$683, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$684, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$685, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$686, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$687, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$688, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$689, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$690, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.11.md

    * Allows changing nodeName in endpoint update. ([#68575](https://github.com/kubernetes/kubernetes/pull/68575), [@prameshj](https://github.com/prameshj))
    * Improve Azure instance metadata handling by adding caches. ([#70353](https://github.com/kubernetes/kubernetes/pull/70353), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
Back to top