Finished cleanup of HTTP AUTH and XML Support. Ready to tag 0.9.1

This commit is contained in:
Blake Watters
2011-03-28 23:29:06 -04:00
parent aea1df21e3
commit c90ec2770d
18 changed files with 151 additions and 68 deletions

View File

@@ -42,11 +42,11 @@ static const NSInteger kMaxConcurrentLoads = 5;
_totalLoading = 0;
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(responseDidLoad:)
name:kRKResponseReceivedNotification
name:RKResponseReceivedNotification
object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(responseDidLoad:)
name:kRKRequestFailedWithErrorNotification
name:RKRequestFailedWithErrorNotification
object:nil];
}
return self;