NSURLConnection oddity
NSURLConnection oddity
- Subject: NSURLConnection oddity
- From: John Timmer <email@hidden>
- Date: Sat, 10 Apr 2004 09:51:43 -0400
Greetings -
I've got a bit of code that sends a URL loading request. It modifies the
request in a couple of ways depending on some variables. The code works,
because it successfully loads some of the cases. The URL is formatted
properly, because if I log it to console and paste it into Safari, it loads
properly. In one specific case, though, I can't get any data out of it.
Internally, the connection's delegate method "connection: didReceive
Data:"
never gets called. It goes straight to "connectionDidFinishLoading:", and
there's no data there. I do get the "connection: didReceiveResponse:"
called, but I'm not sure what to do with that.
Any advice is appreciated, because this is starting to drive me nuts.
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.