Closed yoshoku closed 3 years ago
In version 2.0.4, middleware returns nil when the content-type is 'multipart/form-data'. I think that the middleware should execute call method regardless of the content-type.
This fix is already present in 2.0.5. Your PR adds test, thank you for this!
In version 2.0.4, middleware returns nil when the content-type is 'multipart/form-data'. I think that the middleware should execute call method regardless of the content-type.