iphone - NSURLConnection retry request -


how can request retry on nsurlconnection? in connectiondidfinishloading method possible store , later retry connection?

i looked @ [connection start], did not seem anything. connection object still contain original request?

thanks

it's not stated explicitly, still documentation suggests nsurlconnection instance isn't intended reused:

nsurlconnection retains delegate when initialized. releases delegate when connection finishes loading, fails, or canceled.

if delegate released, there's no point in reanimating connection object.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -