Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSkipDecompressNoContentResponse (0.09 sec)

  1. okhttp-zstd/src/test/java/okhttp3/zstd/ZstdInterceptorTest.kt

          decompressed.body.string()
        }.also { ioe ->
          assertThat(ioe).hasMessage("zstd decompress failed: Unknown frame descriptor")
        }
      }
    
      @Test
      fun testSkipDecompressNoContentResponse() {
        val response =
          response("https://example.com/", EMPTY) {
            header("Content-Encoding", "zstd")
            code(204)
            message("NO CONTENT")
          }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Aug 01 06:04:22 UTC 2025
    - 4.8K bytes
    - Viewed (0)
Back to top