Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 206) // Electing to not cache partial responses
        assertCached(false, 207)
        assertCached(true, 300)
        assertCached(true, 301)
        assertCached(true, 302)
        assertCached(false, 303)
        assertCached(false, 304)
        assertCached(false, 305)
        assertCached(false, 306)
        assertCached(true, 307)
        assertCached(true, 308)
        assertCached(false, 400)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    * Use upgraded container-vm by default on worker nodes for GCE k8s clusters ([#31023](https://github.com/kubernetes/kubernetes/pull/31023), [@vishh](https://github.com/vishh))
    
    ### Other notable changes
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

          MockResponse(
            code = 302,
            headers = headersOf("Location", "/b"),
            body = "A",
          ),
        )
        server.enqueue(MockResponse(body = "B"))
        client =
          client.newBuilder()
            .followRedirects(false)
            .build()
        executeSynchronously("/a")
          .assertBody("A")
          .assertCode(302)
      }
    
      @Test
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Allow services which use same port, different protocol to use the same nodePort for both ([#30253](https://github.com/kubernetes/kubernetes/pull/30253), [@AdoHe](https://github.com/AdoHe))
    * Handle overlapping deployments gracefully ([#30730](https://github.com/kubernetes/kubernetes/pull/30730), [@janetkuo](https://github.com/janetkuo))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    ### Changed
    - github.com/vishvananda/netlink: [v1.3.0 → b1ce50c](https://github.com/vishvananda/netlink/compare/v1.3.0...b1ce50c)
    - k8s.io/system-validators: v1.9.0 → v1.8.0
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.30.3 → v0.31.0
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.32.0-alpha.2
    
    
    ## Downloads for v1.32.0-alpha.2
    
    
    
    ### Source Code
    
    filename | sha512 hash
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  6. internal/s3select/csv/testdata/testdata.zip

    MN09,Morningside Heights,3802,1332,232,1,Manhattan,023200,1023200,E,MN03,Central Harlem North-Polo Grounds,3803^3389529,2,2014-03-25 13:13:26,2014-03-25 13:15:03,N,1,-73.953834533691406,40.811191558837891,-73.938751220703125,40.813190460205078,1,0.30,3.5,0,0.5,0,0,,,4,2,1,166,42,green,0.00,0.0,0.0,39,26,5.82,1312,209.01,1,Manhattan,020901,1020901,E,MN09,Morningside Heights,3802,1596,212,1,Manhattan,021200,1021200,I,MN03,Central Harlem North-Polo Grounds,3803^3389530,2,2014-03-20 16:11:35,2014-03-20...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
Back to top