我正在发出HTTP请求并侦听"数据":
response.on("data", function (data) { ... })
问题是响应被分块,因此"数据"只是被发回的一部分.
我如何将全身送回?
http node.js
http ×1
node.js ×1