[Issue #751] Removing NSURLConnectionDataDelegate from AFURLConnectionOperation's declared protocols

This commit is contained in:
Mattt Thompson 2013-01-24 17:00:27 -05:00
parent c79a2c87a8
commit 1368e618a6

View file

@ -75,7 +75,7 @@
- A copy of an operation will not include the `outputStream` of the original.
- Operation copies do not include `completionBlock`. `completionBlock` often strongly captures a reference to `self`, which would otherwise have the unintuitive side-effect of pointing to the _original_ operation when copied.
*/
@interface AFURLConnectionOperation : NSOperation <NSURLConnectionDelegate, NSURLConnectionDataDelegate, NSCoding, NSCopying>
@interface AFURLConnectionOperation : NSOperation <NSURLConnectionDelegate, NSCoding, NSCopying>
///-------------------------------
/// @name Accessing Run Loop Modes