Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Morote (0.18 sec)

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

        val response = get(server.url("/"))
        assertThat(response.header("")).isEqualTo("A")
        assertThat(response.body.string()).isEqualTo("body")
      }
    
      /**
       * Old implementations of OkHttp's response cache wrote header fields like ":status: 200 OK". This
       * broke our cached response parser because it split on the first colon. This regression test
       * exists to help us read these old bad cache entries.
       *
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
Back to top