try to write a script to download the target url using the request
module ( https://www.npmjs.com/package.). request
is based on the http module API encapsulation ( https://nodejs.org/api/http.h.), so there should be no extra overhead.
but it is found that the download speed is much slower than using the wget
that comes with the system, and it is getting slower and slower.
what is the reason behind this?