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
In such a simple script, it is expected that 'file' object should xe an array instance with a few extra prorerties. We, however, got a plain object wich 4 propertios belong to file metadata. The body_parser_test.ts unit test file fails due to isArray() assention, naturally.
Additionally, req.formData() operation takes 4500-4700 ms for a 23k file upload which is not reasonable I ,think.
The text was updated successfully, but these errors were encountered:
deno v1.13.2, servest v1.3.4
In such a simple script, it is expected that 'file' object should xe an array instance with a few extra prorerties. We, however, got a plain object wich 4 propertios belong to file metadata. The
body_parser_test.ts
unit test file fails due to isArray() assention, naturally.Additionally,
req.formData()
operation takes 4500-4700 ms for a 23k file upload which is not reasonable I ,think.The text was updated successfully, but these errors were encountered: