Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added FIXME
  • Loading branch information
mde committed Mar 12, 2013
1 parent b13d0e0 commit 9f293b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/app.js
Expand Up @@ -484,6 +484,8 @@ var App = function () {

bodyParams = {};
// Node 0.10, new streams
// FIXME: Assumes the entire request body is in the buffer,
// probably not right
if (typeof req.read == 'function') {
req.addListener('readable', function (data) {
body += req.read();
Expand Down

0 comments on commit 9f293b1

Please sign in to comment.