未验证 提交 2effbe42 编写于 作者: J Jake Wharton 提交者: GitHub

Merge pull request #2692 from NightlyNexus/patch-1

Don't ever pass fatal errors to the callback.
......@@ -115,6 +115,7 @@ final class OkHttpCall<T> implements Call<T> {
try {
response = parseResponse(rawResponse);
} catch (Throwable e) {
throwIfFatal(e);
callFailure(e);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册