Re: NSURLConnection doesn't post
Re: NSURLConnection doesn't post
- Subject: Re: NSURLConnection doesn't post
- From: Micha Fuhrmann <email@hidden>
- Date: Thu, 10 Apr 2008 16:18:57 +0200
Correct, however it doesn't get called even once, the only answer I've
set from the server right now is an OK string.
Micha
On 10 avr. 08, at 15:59, Michael Vannorsdel wrote:
Also, this method may be called multiple times with only a fragment
of the data each time.
On Apr 10, 2008, at 6:27 AM, Micha Fuhrmann wrote:
- (void)connection:(NSURLConnection *)connection didReceiveData:
(NSData *)data
{
NSString* thhhe = [[NSString alloc]initWithData:data
encoding:NSASCIIStringEncoding];
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden