I was having the same issue as the original question. Dozens of clients reporting the stated error message.
I added the following stanza to my server.conf file (on my deployment server) and it resolved my issue.
[httpServer]
busyKeepAliveIdleTimeout = 30
... View more