needle
needle copied to clipboard
Shouldn't we check if complete message was downloaded?
This doc describes that complete
property can be used to check if entire message was downloaded: https://nodejs.org/api/http.html#http_message_complete
Won't this check be helpful especially when transfer-encoding: chunked
is used by server?