Post

Replies

Boosts

Views

Activity

Comment on Safari 18+ network bug - randomly - The network connection was lost
Hello, Any news about this issue? Feedback Id: FB19582986 Yes, server has a short keep-alive 1s timeout as explained. It always worked in other browsers (Chrome, Android, etc.) and even Safari versions before 18. Changing timeout to 30s doesn’t solve the issue, it only postpones it. If user triggers a request just before the timeout the connection may already be closed when reaches server, and the request will still fail. We’re aware of HTTP/2 and 3, but that’s not doable at moment Thanks.
Topic: Safari & Web SubTopic: General Tags:
Aug ’25
Comment on Safari 18+ network bug - randomly - The network connection was lost
So apple just decides to break internet like that just because the use of a param is low... Well the param is not deprecated according to Keep alive Specs. Also, this case is not a timeout of 29s? in my case we use short keep alive timeouts for quick bursting actions cases (which is where this fails in our cases) . Issue still happens. But I know about many other cases like SupaBase servers and many others with the same problem of randomly connection closes causing "network error"
Topic: Safari & Web SubTopic: General Tags:
Oct ’25
Comment on Safari 18+ network bug - randomly - The network connection was lost
@Frameworks Engineer please let me know when the issue is resolved so we can test it. Currently, we had to completely disable Keep Alive for Apple devices to avoid the problem. However, Keep Alive and the timeout parameter should be considered when closing idle connections. Should heuristically determine when a connection is about to close and open a new one without the restrictions of idempotency, as these cases are safe to repeat since no requests actually reach the server
Topic: Safari & Web SubTopic: General Tags:
Nov ’25