slanatech / swagger-stats

API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
https://swaggerstats.io/
MIT License
900 stars 139 forks source link

Fix request body stringification bug #101

Closed bytely closed 4 years ago

bytely commented 4 years ago

Fixes https://github.com/slanatech/swagger-stats/issues/63

ghost commented 4 years ago

Congratulations :tada:. DeepCode analyzed your code in 1.108 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.08%) to 88.594% when pulling 513bb6c312dc8ab07aa46ca3ccd0530cd6d8cc68 on bytely:fix-api-body-stringification into 7d2e2783445f887b1b78e7fcfa3b8dfa5034eed2 on slanatech:master.

lucas-pouchot-zz commented 4 years ago

Hi, Very important fix in case you have an API that accepts audio buffers and use a raw bodyparser. It's seen as an object and, without this fix, will explode your memory.