sse.js icon indicating copy to clipboard operation
sse.js copied to clipboard

ERR_INCOMPLETE_CHUNKED_ENCODING

Open joeLepper opened this issue 10 years ago • 3 comments

Every two minutes I see a ERR_INCOMPLETE_CHUNKED_ENCODING in Chrome.

joeLepper avatar Feb 05 '15 21:02 joeLepper

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.

ChrisMondok avatar Mar 26 '15 20:03 ChrisMondok

+1 same issue for me, any news ?

m2omou avatar Jul 24 '15 04:07 m2omou

Old issue, I know but: isn't this issue caused by a missing ping event?

risseraka avatar Mar 05 '16 14:03 risseraka