URLHandleUsingCache returns NSHTTPURLHandle
URLHandleUsingCache returns NSHTTPURLHandle
- Subject: URLHandleUsingCache returns NSHTTPURLHandle
- From: Ivan Myrvold <email@hidden>
- Date: Sun, 20 Jan 2002 17:39:24 +0100
I am making a new program, based on CURLHandleTester. But one of my
methods does a very strange thing. I found out, using the gdb, that this
line:
NSURL *url;
myHandle = [url URLHandleUsingCache:NO];
if i do
(gdb) po myHandle
<NSHTTPURLHandle: 0xdb2940>
This should have returned CURLHandle, and the CURLHandleTester does in
fact do that. I have almost identical code to the CURLHandleTester
source, and I don't understand this at all.
Ivan