Updating list of implemented NSURLConnectionDelegate method

This commit is contained in:
Mattt Thompson 2013-01-06 20:46:08 -08:00
parent 9aeb38649b
commit 965b3670a7

View file

@ -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.