Closed GoogleCodeExporter closed 9 years ago
Corrected in v2.5.8 with the following update:
core/src/com/orangelabs/rcs/core/ims/service/im/filetransfer/http/HttpUploadMana
ger.java
+ case 413 :
+ // File too large, refused by server
+ break; // no success, no retry
case 503 :
// INTERNAL ERROR
String header = connection.getHeaderField("Retry-After");
Original comment by jmauffret@gmail.com
on 7 Aug 2013 at 8:01
Original issue reported on code.google.com by
brochard...@gmail.com
on 6 Aug 2013 at 4:43Attachments: