Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Aa (0.12 sec)

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

      @Test
      fun partialRangeResponsesDoNotCorruptCache() {
        // 1. Request a range.
        // 2. Request a full document, expecting a cache miss.
        server.enqueue(
          MockResponse.Builder()
            .body("AA")
            .code(HttpURLConnection.HTTP_PARTIAL)
            .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
            .addHeader("Content-Range: bytes 1000-1001/2000")
            .build(),
        )
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
Back to top