site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com - (NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response and are called in the failure case. Alex Am 27.07.2009 um 20:25 schrieb TomM: Are you sure that you configured the delegates correctly? * Is it the server? * Is it my code? * Is it the Apple SDK? * All of the above? are ever invoked, not even with a timeout. The actual result is that the delegate methods are not called. Sample at: http://software.vonbelow.com/PUTStreamTest.zip Thanks, Alex _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/tpmarchand%40gmail.com This email sent to tpmarchand@gmail.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/below%40mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... Positive. Not only are they called when I am setting the body with an NSData object, but both -(void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge { NSURLCredential *newCredential; On Mon, Jul 27, 2009 at 8:33 AM, Alexander von Below <below@mac.com> wrote: Hello, I have an odd issue communicating with a specific WebDAV Server, and I am attempting to find out where exactly to find the problem: The main problem is, that when I am using an NSMutableURLRequest with an HTTPBodyStream (emphasis on "Stream"), then apparently none of the completion delegate methods are ever called. Specifically, none of - (void)connection:(NSURLConnection *)connection didReceiveResponse: (NSHTTPURLResponse *)response; - (void)connectionDidFinishLoading:(NSURLConnection *)theConnection; - (void)connection:(NSURLConnection *)theConnection didFailWithError: (NSError *)error; On the Mac, or if I set the HTTPBody using an NSData object on the iPhone, everything works. I have included a sample project with targets both for Mac OS X and the iPhone. To reproduce, get a free account at http://mediencenter.t-online.de (or eMail me for help on that) Build the PUTStreamTest Target for the iPhone Simulator or device, enter username and password, and select "Stream". Then press PUT The expected result is that the completion delegate methods are called, and an alert informs you of failure or success. I would be very happy if someone could give me a hint where to look. I do have access to the people who maintain that server, but before I approach them I would like to make sure that my code is correct. Their WebDAV is running in production, and they claim it has no issues with other clients. This email sent to below@mac.com This email sent to site_archiver@lists.apple.com