square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

Fix for crash when having a library that looks like a NSURLConnectionDelegate #78

Closed peterwilli closed 11 years ago

peterwilli commented 11 years ago

Fix for crash when having a library that looks like a NSURLConnectionDelegate, like PubNub (which does responds to the 2 selectors injectIntoAllNSURLConnectionDelegateClasses checks on, but does not on currentRequest method.