- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for noTransparentGzipFor304NotModified (0.15 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
* with 304s since that response code can include headers (like "Content-Encoding") without any * content to go along with it. https://github.com/square/okhttp/issues/358 */ @Test fun noTransparentGzipFor304NotModified() { server.enqueue( MockResponse .Builder() .clearHeaders() .code(HttpURLConnection.HTTP_NOT_MODIFIED) .addHeader("Content-Encoding: gzip")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0)