Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 6875 (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
Back to top