We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 059f033 + 948e25c commit c8cfff9Copy full SHA for c8cfff9
src/com/loopj/android/http/BinaryHttpResponseHandler.java
@@ -146,7 +146,7 @@ protected void handleMessage(Message msg) {
146
break;
147
case FAILURE_MESSAGE:
148
response = (Object[])msg.obj;
149
- handleFailureMessage((Throwable)response[0], (byte[])response[1]);
+ handleFailureMessage((Throwable)response[0], response[1].toString());
150
151
default:
152
super.handleMessage(msg);
0 commit comments