URLOpen event callback
URLOpen event callback
- Subject: URLOpen event callback
- From: Ryan Joseph <email@hidden>
- Date: Sun, 01 Jun 2003 13:28:09 -0600
Hello, I'm using URLOpen to start a download operation with a valid
destination file and a eventNotification callback to monitor the
progress. Problem is this:
After the initiated event I get a kURLPropertyChangedEvent event with
the property kURLStatusString and the message "connecting to xxx..."
This would all be fine but it stalls at this point, never moving past
(no errors even). The only solution I thought is that my callback is not
returning the required value. My callback always returns 0 as the docs
requested, correct?. Yes, I do specify kURLAllEventsMask in URLOpen. ;)
Any ideas as to what may be happening? Thanks for thoughts...
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.