- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFailsDecompress (0.06 sec)
-
okhttp-zstd/src/test/java/okhttp3/zstd/ZstdInterceptorTest.kt
val responseString = decompressed.body.string() assertThat(responseString).isEqualTo("hello unknown algorithm world") } @Test fun testFailsDecompress() { val s = "this is not valid zstd".encodeUtf8() val response = response("https://example.com/", s) { header("Content-Encoding", "zstd") }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 06:04:22 UTC 2025 - 4.8K bytes - Viewed (1)