- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for largeCompressedResponseHeader (0.31 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/CallLimitsTest.kt
assertFailsWith<IOException> { call.execute() } } /** Use a header that is large even when it is compressed. */ @Test fun largeCompressedResponseHeader() { server.enqueue( MockResponse .Builder() .addHeader("Set-Cookie", "a=${randomString(256 * 1024)}") .body("I'm not even supposed to be here today.") .build(),
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 3.5K bytes - Click Count (0)