Description
The protocol-okhttp leaks response streams as logged by okhttp3.ConnectionPool:
WARNING: A connection to ... was leaked. Did you forget to close a response body?
This has been introduced in commit f598db7 - need to catch the IOException and close the response, then re-throw so that FetcherThread can handle the exception.
Attachments
Issue Links
- links to