sse.js
sse.js copied to clipboard
ERR_INCOMPLETE_CHUNKED_ENCODING
Every two minutes I see a ERR_INCOMPLETE_CHUNKED_ENCODING in Chrome.
It looks like node's httpServer has a default timeout time of 2 minutes. I'd think that, upon receiving an sse connection, it should probably disable the timeout of the incoming connection. I'd write a pull request, but I want to make sure that this is desired behavior first.
+1 same issue for me, any news ?
Old issue, I know but: isn't this issue caused by a missing ping event?