jetruby / apollo_upload_server-ruby

MIT License
180 stars 50 forks source link

Fix to execute call method even when content-type is multipart/form-data #40

Closed yoshoku closed 3 years ago

yoshoku commented 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.

fuelen commented 3 years ago

This fix is already present in 2.0.5. Your PR adds test, thank you for this!