Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed ClassNotFoundException when creating okhttp3.OkHttpConnector with Cache #627

Merged
merged 1 commit into from
Nov 27, 2019

Commits on Nov 27, 2019

  1. Fixed CacheControl package name

    With okhttp 3, the package name changed. In the okhttp3.OkHttpConnector,
    the incorrect class is loaded, creating a ClassNotFoundException at
    runtime when okhttp3 only is loaded.
    alecharp committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    39e7c5c View commit details
    Browse the repository at this point in the history