This commit is contained in:
Ryan Dahl 2011-01-20 17:55:13 -08:00
parent 032f80efea
commit 0866ecaf3f
2 changed files with 1 additions and 1 deletions

View File

@ -1163,6 +1163,7 @@ exports.get = function(options, cb) {
options.method = 'GET';
var req = exports.request(options, cb);
req.end();
return req;
};

View File

@ -229,7 +229,6 @@ class Parser : public ObjectWrap {
}
parser->Wrap(args.This());
assert(!current_buffer);
return args.This();
}