okhttp v4.0.1 Release Notes

Release Date: 2019-07-10 // almost 5 years ago
  • 2019-07-10

    • Fix: Tolerate null-hostile lists in public API. Lists created with List.of(...) don't like it when you call contains(null) on them!
    • Fix: Retain binary-compatibility in okhttp3.internal.HttpHeaders.hasBody(). Some unscrupulous coders call this and we don't want their users to suffer.