percolatestudio / meteor-server-info

Query your Meteor app for diagnostics
https://atmospherejs.com/percolate/server-info
59 stars 12 forks source link

Remove query and bodyParser middlewares #3

Closed nnevala closed 9 years ago

nnevala commented 9 years ago

Neither one of these are used by the package and they cause issues with other routes defined in Meteor, if those routes expect, for example, JSON payload in the request since internally connect doesn't use Fibers and the callbacks are not bound to meteor.

zol commented 9 years ago

Thanks @nnevala