OkHttp v1.5.3 Release Notes

  • 2014-03-29

    • Fix bug where the Content-Length header was not always dropped when following a redirect from a POST to a GET.
    • Implement basic support for Thread.interrupt(). OkHttp now checks for an interruption before doing a blocking call. If it is interrupted, it throws an InterruptedIOException.