This commit is contained in:
yumoqing 2024-04-13 13:24:49 +08:00
parent e580ee48be
commit 56cf40d895

View File

@ -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]);
}