Summary: The returned response body should not be closed, so that users can read the response body. Before, when [this call](db833d36e9/android/src/main/java/com/facebook/flipper/plugins/network/FlipperOkhttpInterceptor.java (L94)) threw an exception, the body would be closed, and then [this](db833d36e9/android/src/main/java/com/facebook/flipper/plugins/network/FlipperOkhttpInterceptor.java (L54)) would return a closed response. Pull Request resolved: https://github.com/facebook/flipper/pull/313 Reviewed By: jknoxville Differential Revision: D12881111 Pulled By: passy fbshipit-source-id: e76a732af6bdb527be6b90bbb02b3a5f45a1ec10