Large post bodies fail in koa-body-parser

Issue #3 resolved
Robert Bergman created an issue

2014-08-17T04:40:24.679482+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=POST path="/mail" host=ac-koa-hipchat-mailroom.herokuapp.com request_id=5d6b0ef7-f83a-41fc-ad79-6d8fc0917667 fwd="54.184.37.188" dyno=web.1 connect=0ms service=65ms status=503 bytes=7778 2014-08-17T04:40:24.617769+00:00 app[web.1]: <-- POST /mail 2014-08-17T04:40:24.618466+00:00 app[web.1]: error: Error 2014-08-17T04:40:24.618468+00:00 app[web.1]: at makeError (/app/node_modules/ac-koa/node_modules/koa-body-parser/node_modules/co-body/node_modules/raw-body/index.js:142:15) 2014-08-17T04:40:24.618471+00:00 app[web.1]: at /app/node_modules/ac-koa/node_modules/koa-body-parser/node_modules/co-body/node_modules/raw-body/index.js:38:17 2014-08-17T04:40:24.618472+00:00 app[web.1]: at process._tickCallback (node.js:343:11) 2014-08-17T04:40:24.618171+00:00 app[web.1]: xxx POST /mail 413 1ms -

Comments (1)

  1. Robert Bergman Account Deactivated reporter

    Removed global body-parser from ac-koa and installed an addon-specific one in mailroom with an increased body size limit.

  2. Log in to comment