未验证 提交 8b333d95 编写于 作者: E Eric Cochran 提交者: GitHub

Don't ever pass fatal errors to the callback.

上级 593da84f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册