Skip to content

Commit

Permalink
Merge branch 'upload'
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 4, 2010
2 parents dba4533 + 8d06b67 commit 2a89f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/express/core.js
Expand Up @@ -258,6 +258,7 @@ Server = Class({
utils.mergeParam(part.name, part.buf, request.params.post)
})
}).addListener('complete', function(){
if (!pendingFiles) promise.emitSuccess()
promise.addCallback(function(){ self.route(request, response) })
})
}
Expand Down

0 comments on commit 2a89f37

Please sign in to comment.