認証に失敗した場合、httpサーバーが応答を送信します:401、バイナリ「401」、および「ソケットを閉じる」を送信します
私がそれをテストするとき、CURLでコマンドを送信します、私は持っています:
HTTP/1.1 401 Unauthorized date: Sat, 12 Oct 2013 10:16:31 GMT content-length: 3 connection: close
401
大丈夫)
しかし、私のLoopjクライアント:
public void onFailure(Throwable e, String response) {
Log.e("ERROR CONNECT", "ERROR CONNECT:::::::::::::" + response + "|" + e + "|");
}
ERROR CONNECT:::::::::::::can't resolve host|java.net.SocketException: Connection reset by peer|
この応答がある理由: can't resolve host
???
そして、どうすれば応答を得ることができますか?