m4nuC / async-busboy

Promise based multipart form parser for KoaJS
MIT License
167 stars 58 forks source link

Remove unwanted removeListener call for `busboy.close` event listener #50

Open surjyams opened 2 years ago

Sceat commented 2 years ago

this related to #49 and #42 right ?

marceloch2 commented 2 years ago

@Sceat Do you know if removing that line from the cleanup method can cause a memory leak as the close listener will never get removed?

Thanks in advance for your time.