this is the procedure of requirement.
1) I make a request, which will make a connection. It might break, but should be notified to programmer by callback.
2) the data comes as a stream from endless page in chunks.
3) I want suggestion because normal NSURLConnection wont be handy as it will break in no time. Input here is endless page from which stream comes.
Note: Endless stream might be empty and asynchronous. Any suggestions?
Thanks in advance.