got icon indicating copy to clipboard operation
got copied to clipboard

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

Open gzz2000 opened this issue 1 year ago • 1 comments

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!

gzz2000 avatar Mar 14 '24 06:03 gzz2000

+1

For reference, Axios just ignores the error: https://github.com/axios/axios/blob/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928/lib/adapters/http.js#L310

fnnq avatar Apr 24 '25 17:04 fnnq