expressjs / multer

Node.js middleware for handling `multipart/form-data`.
MIT License
11.63k stars 1.06k forks source link

bug: transfer-encoding #1249

Open Shyam-Raghuwanshi opened 7 months ago

Shyam-Raghuwanshi commented 7 months ago

i am using hono and when i try to using multer i got this error image

joeyguerra commented 7 months ago

Have you tried stepping through the code to see why the transfer-encoding header is not being set?

Shyam-Raghuwanshi commented 7 months ago

no

ParasBharde commented 6 months ago

@Shyam-Raghuwanshi I am getting the same error, how can I solve it? bug