Issue Type: Bug Bug
Affects Versions: 1.2.0
Assignee: Christos Vasilakis
Created: 09/Sep/13 7:35 AM
Description:

Prior to version 6, iOS didn't honour the timeout flag set on a url request. For this, the library added code to care for this situation (by attaching a timer on the request and on a timeout manually cancelling the request and emitting the failure block with error code '-1001' [request time out])

On its current version, AFNetworking when receiving a cancel message it too emits the failure block but with different error code -999 [request couldn't be completed]

This has the effect:
a) duplicate call of the failure block
b) different error codes. On iOS 5 we get '-999' and on iOS >= 6 '-1001' [request time out]

Fix Versions: 1.3.0
Project: AeroGear iOS
Labels: ios
Priority: Major Major
Reporter: Christos Vasilakis
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira