- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Wayong (0.04 sec)
-
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
/** * We had a bug where we attempted to gunzip responses that didn't have a body. This only came up * 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()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0)