We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68d7b8 commit 41ce1cbCopy full SHA for 41ce1cb
index.js
@@ -75,7 +75,6 @@ module.exports = function (request, options) {
75
function cleanup() {
76
bb.removeListener('field', onField);
77
bb.removeListener('file', customOnFile || onFile);
78
- bb.removeListener('close', cleanup);
79
bb.removeListener('end', cleanup);
80
bb.removeListener('error', onEnd);
81
bb.removeListener('partsLimit', onEnd);
0 commit comments