bugfix
This commit is contained in:
parent
e580ee48be
commit
56cf40d895
@ -211,7 +211,6 @@ bricks.HttpResponseStream = class extends bricks.HttpResponse {
|
||||
const text = decoder.decode(result.value);
|
||||
buff_ += text;
|
||||
const lines = buff_.split('\n');
|
||||
console.log(buff_, lines);
|
||||
for (var i=0;i<lines.length - 1; i++){
|
||||
handler(lines[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user