AFNetworking/AFNetworking
Cédric Luthi 4b17ec6b51 Compare NSURLRequest rather than NSURL
If you inadvertently load a nil URL in UIImageView+AFNetworking, the failure block of the image request operation is bypassed because [nil isEqual:nil] == NO. By comparing the URL request instead of the URL, the `isEqual:` test passes and the error is properly forwarded to the failure block parameter.
2013-02-01 12:23:26 +01:00
..
AFHTTPClient.h Fixing @param name to correspond to actual parameter (filename -> fileName) 2013-01-29 15:31:12 +00:00
AFHTTPClient.m Fixes warning: weak receiver may be unpredictably set to nil [-Wreceiver-is-weak] 2013-02-01 02:45:36 +00:00
AFHTTPRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFHTTPRequestOperation.m Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFImageRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFImageRequestOperation.m Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFJSONRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFJSONRequestOperation.m Cleaning up formatting from pull request 2013-01-31 07:00:03 +00:00
AFNetworkActivityIndicatorManager.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFNetworkActivityIndicatorManager.m Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFNetworking.h Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -08:00
AFPropertyListRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFPropertyListRequestOperation.m Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFURLConnectionOperation.h [Issue #767] Consolidating macros 2013-01-31 07:06:26 +00:00
AFURLConnectionOperation.m Fixes warning: multiple methods named 'postNotificationName:object:' found [-Wstrict-selector-match] 2013-02-01 02:42:58 +00:00
AFXMLRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFXMLRequestOperation.m Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
UIImageView+AFNetworking.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
UIImageView+AFNetworking.m Compare NSURLRequest rather than NSURL 2013-02-01 12:23:26 +01:00