Fix for AVATAR_JS-143, added pause/resume to http_parser
Reviewed-by: asquare
This commit is contained in:
parent
48ea061bcf
commit
f90bedef97
@ -189,4 +189,12 @@
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
HTTPParser.prototype.pause = function() {
|
||||
this._parser.pause();
|
||||
}
|
||||
|
||||
HTTPParser.prototype.resume = function() {
|
||||
this._parser.resume();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user