网址的响应可能会被其他网址替换

时间:2015-07-08 10:26:47

标签: android android-async-http

我有两个名为A.com和B.com的域名网址。 这是发送请求的代码:asyncHttpClient是同一个。

<dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-jdbc</artifactId>
        <version>${org.springframework-version}</version>
    </dependency>

有可能发生:在aResponseHandler中获取“B.com”响应,尽管它不经常发生。为什么它会错误回应呢?

我完全执行其中任何一项,都没关系。

I find another guy has the same question.

1 个答案:

答案 0 :(得分:0)

您在github上链接的问题似乎已关闭。 原始海报写了以下内容:

  

在我的本地测试中,无法重现此问题,但确实如此   发生.....

这似乎不太可能发生,并且这个问题无法再现。就个人而言,我不担心你的申请中会发生这种情况。如果触发了错误的ResponseHandler,您可以编写条件语句来检查并抛出异常。