dafortune / hapi-qs

Bring back qs support for hapi 12
10 stars 7 forks source link

Fix 500 error when using stream mode #14

Closed dafortune closed 7 years ago

dafortune commented 7 years ago

When using stream mode + multipart the stream was being past to the parse which caused the 500 error issue. This is a fix for this bahavior, the payload won't be passed to the parsed anymore if payload is an stream.