Closed 75lb closed 10 years ago
v1.1.0 seems ok
So does this mean I can close it, since a new version does not have the issue?
v1.1.0 is an old version - i rolled back to it..
OK. So you are saying it worked in v1.1.0, but doesn't work now, I get it :)
The version after 1.1.0 is when the finished
started to be used, which I see it is causing the emitter leak in the stack trace. I believe there is an open issue regarding that in that project.
exactly.. the issue is with releases 1.2.0
and 1.2.1
.. 1.1.0
was the first working release i could find
yeah.. could something could be done in send
to avoid the onFinish
being repeatedly added?
could something could be done in send to avoid the onFinish being repeatedly added
It's only added once per request, as far as I know.
I'll try to figure out a fix for this today :)
good news :)
I have a fix in send
, so I'll be working it down stream now :)
@75lb can you test the current version of master to see if the issue is gone for you? npm install expressjs/serve-static
boom shake the room! works fine for me.. thanks for the quick turnaround
Thanks. I'm releasing a patch version now that I have your confirmation :)
thanks for the quick turnaround
I have your example that allowed me to reproduce to thank :)
if you save this script as
index.js
and run it:then browse to http://localhost:8000/index.js and with the cache disabled refresh the page 9+ times you get this error: