I have the same problem: there is this error message in the server log and the client gets a Timeout exception. Finally, we got the main reason: we are sending a base64 encoded string of image from the web server to the client. This base64 string may abort with HTTP response separation codes and a web server failure. After we removed the base64 string, it works fine.
Rocku source share