mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
...
This commit is contained in:
@@ -1163,6 +1163,7 @@ exports.get = function(options, cb) {
|
||||
options.method = 'GET';
|
||||
var req = exports.request(options, cb);
|
||||
req.end();
|
||||
return req;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -229,7 +229,6 @@ class Parser : public ObjectWrap {
|
||||
}
|
||||
|
||||
parser->Wrap(args.This());
|
||||
assert(!current_buffer);
|
||||
|
||||
return args.This();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user