Hello,
It seems our app is getting a lot of Network issues since iOS8, we got many error -1005 Lost connexion.
If iOS 8 receives a HTTP response with a Keep-Alive header, it keeps this connection to re-use later (as it should), but it keeps it for more than the timeout parameter of the Keep-Alive header and then when a second request comes it tries to re-use a connection that has been dropped by the server.
As mentionned here :
http://stackoverflow.com/questions/29063803/how-to-disable-keepalive-in-nsurlconnection
and here:
Does anybody got same issue, and have any solution ?
Thanks a lot,
Julien