ZuoAndroid / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Wrong return in AjaxStatus error method #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. HTTP error code >=300 or < 200
2. Header "Content-Encoding" = "gzip"
3. Getting the cb.getStatus().getError() is not good.

I see the source code and found that in AbstractAjaxCallback.java, between line 
1340 and 1350, must include the code to un-gzip the response

Original issue reported on code.google.com by fellous....@gmail.com on 12 Jul 2012 at 3:13

GoogleCodeExporter commented 8 years ago
Fixed in dev build.

Original comment by tinyeeliu@gmail.com on 13 Jul 2012 at 7:42