I think multer should write to ctx.request because that is the koa request object currently it is writing to the ctx.req which is the original node request object.
In my opinion this change would align the behaviour of this module with the koa ecosystem.
I think multer should write to
ctx.requestbecause that is the koa request object currently it is writing to thectx.reqwhich is the original node request object.In my opinion this change would align the behaviour of this module with the koa ecosystem.