sindresorhus / got

🌐 Human-friendly and powerful HTTP request library for Node.js
MIT License
14.32k stars 938 forks source link

FormData getLength can error out when some file input is unknown stream. #2340

Open gzz2000 opened 8 months ago

gzz2000 commented 8 months ago

https://github.com/sindresorhus/got/blob/8da9912fc18ea12daa8c11755e85cd14e26bb8b3/source/core/utils/get-body-size.ts#L25 https://github.com/form-data/form-data/blob/53adbd81e9bde27007b28083068f2fc8272614dc/lib/form_data.js#L166

This error is not properly handled here.

Btw, thanks for this wonderful project!