You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be this can give you some idea? We will not be able to try on Node 15 because this issue is not reproducible on local machine and can only be produced when there is very high load. We will still give you info if we find something.
Describe the bug
Actual behavior
When downloading content which does not have content-length header, i.e. chunked transfer, GOT sometimes does not download full content when
responseType: 'buffer'
is set. One example URL is here: https://cdn.sentinelassam.com/h-upload/2021/01/28/193125-whatsapp-image-2021-01-28-at-112922-am.webpExpected behavior
It should download full content.
Code to reproduce
Not able to re-produce reliably as it happens only sometimes. I am not sure under which conditions but it certainly happens.
Checklist
The text was updated successfully, but these errors were encountered: