From 965b3670a7405c638622d96d0c1c9f76d9dcdfa3 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sun, 6 Jan 2013 20:46:08 -0800 Subject: [PATCH] Updating list of implemented NSURLConnectionDelegate method --- AFNetworking/AFURLConnectionOperation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AFNetworking/AFURLConnectionOperation.h b/AFNetworking/AFURLConnectionOperation.h index 901cb94..2afec5e 100644 --- a/AFNetworking/AFURLConnectionOperation.h +++ b/AFNetworking/AFURLConnectionOperation.h @@ -45,6 +45,7 @@ - `connection:willCacheResponse:` - `connection:canAuthenticateAgainstProtectionSpace:` - `connection:didReceiveAuthenticationChallenge:` + - `connectionShouldUseCredentialStorage:` - `connection:needNewBodyStream:` If any of these methods are overridden in a subclass, they _must_ call the `super` implementation first.