Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.3
-
None
-
None
-
iPhoneOS
-
Patch Available
Description
For logging purposes, [THTTPClient flush] calls className on the response object returned by NSURLConnection in the event of it being an unexpected class. The className method comes from the Cocoa scripting extensions which are not available in the iPhoneOS environment. The solution is to use NSStringFromClass() instead. See attached patch.