- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSkipUncompressNoContentResponse (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt
assertThat(ioe).hasMessage("Brotli stream decoding failed") assertThat(ioe.cause?.javaClass?.simpleName).isEqualTo("BrotliRuntimeException") } } @Test fun testSkipUncompressNoContentResponse() { val response = response("https://httpbin.org/brotli", EMPTY) { header("Content-Encoding", "br") code(204) message("NO CONTENT") }
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Aug 22 08:12:58 GMT 2025 - 4.4K bytes - Click Count (0)