OkHttp v4.1.1 Release Notes

Release Date: 2019-09-05 // over 4 years ago
  • 2019-09-05

    • Fix: Don't drop repeated headers when validating cached responses. In our Kotlin upgrade we introduced a regression where we iterated the number of unique header names rather than then number of unique headers. If you're using OkHttp's response cache this may impact you.