Synapse vs Indy channels - Disconnect after x minutes

Evgeny,
I change my server http channels from synapse to Indy a few months ago, to allow the server compile on delphi/linux64. Work fine on linx, the only complain is have some memory leaks i cant detect yet.

Form that change i detect the connection down after a time without activity at the client app. I have activated disablenagle and keepalive on the server. Theres any another setting i must check?

18

Best regards.

you should enable KeepAlive on client-side too.

What timeout you have set for HTTP channel on client-side?

59

Disconnect after x minutes

what value of this x ?

15 minutes aprox. Seems like the exact timeout setting.

here 90000 ms = 90 sec = 1.5 min

Ok, have no idea then why it happens. Keepalice die after 15 minutes without use aprox.

Any suggestion?

if you used another http client (WinInet, Indy, NetHttp), behavior with 15 min would be reproduced?