At [this](https://github.com/visionmedia/superagent/blob/master/lib/client.js#L302) line: ``` js function Response(req, options) { // ... this.body = this.parseBody(this.text); } ``` When response type is json... the parse function throws an error when trying to parse an empty string.