diff --git a/lib/types/multipart.js b/lib/types/multipart.js index fe387d6..cc0d7bb 100644 --- a/lib/types/multipart.js +++ b/lib/types/multipart.js @@ -430,9 +430,6 @@ retrydata: // End of multipart data this._complete = true; this._bparser = ignoreData; - // Forcefully end the stream so that we're not waiting on any - // potential useless trailer data - this.end(); return; } // We saw something other than '-', so put the dash we consumed