nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

connection:willSendRequestForAuthenticationChallenge: issue #61

Open nathanday opened 11 years ago

nathanday commented 11 years ago

Implementing connection:willSendRequestForAuthenticationChallenge: changes the behaviour of NSURLConnection without doing anything else, we need to be smarter about it and return that we implement these delegate methods if our delegate we are forwarding onto implements it.