• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSData DataWithContentsOfURL within a protocol handler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSData DataWithContentsOfURL within a protocol handler


  • Subject: NSData DataWithContentsOfURL within a protocol handler
  • From: danchik <email@hidden>
  • Date: Wed, 29 Aug 2012 12:42:40 -0700

Hello, I was callingNSData *data = [NSData DataWithContentsOfURL:url....
within the -startLoading of custom protocol handler, which worked fine for
10.5 through 10.7, but in 10.8, for some reason the call timesout with
unknown error (256)

Seems that in 10.8 any calls I make to pull the content form the web using
NSString or NSData or NSURLConnection will time out if I am in the custom
protocol handler inside the -startLoading

Seems like it is waiting for me to return before it will process the
command, is there a way I can make a syncronouse url content pull from
within the -startLoading protocol handler?




_______________________________________________

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

  • Prev by Date: Re: On handling those lovely unrecognized selector sent to instance SIGABRTs
  • Next by Date: Re: On handling those lovely unrecognized selector sent to instance SIGABRTs
  • Previous by thread: Re: [Q] Cocoa Binding for filters applied to CALayer
  • Next by thread: Re: [Q] Cocoa Binding for filters applied to CALayer (JongAm Park)
  • Index(es):
    • Date
    • Thread