Quote Originally Posted by ChrisW67 View Post
Does the behaviour change if you call QNetworkAccessManager::clearConnectionCache() between gets?
Yes, thank you, it helps. Making clearConnectionCache() before each request solves the problem - finished() signal is emitted every time.

But I am doubtful, will using this method spoil the keep-alive connections?