disable keep-alive in NSURLConnection

Posted by Nava Carmon on Stack Overflow See other posts from Stack Overflow or by Nava Carmon
Published on 2010-05-28T16:15:38Z Indexed on 2010/05/30 6:02 UTC
Read the original article Hit count: 506

How can disable keep-alive when using NSURLConnection? Seems, that after cancelling and close it it still saves somewhere a socket that I was connected to server with and while the server fetches for information i cannot access another urls from the same server. I wonder if there is a way to completely reset a socket and start another one.

Thanks,

Nav

© Stack Overflow or respective owner

Related posts about iphone

Related posts about sockets