restify / node-restify

The future of Node.js REST development
http://restify.com
MIT License
10.71k stars 984 forks source link

Upgrade formidable to parse multipart form arrays #1813

Open s4kh opened 4 years ago

s4kh commented 4 years ago

Restify Version

8.4.1

Expected behaviour

New version of formidable parses arrays correctly https://github.com/node-formidable/node-formidable/issues/33#issuecomment-569480566

Actual behaviour

Now it uses old version which does not follow standard convention for Arrays

VictorJozwicki commented 3 years ago

After parsing files is still an object. Is this correct behaviour ?