it('does not encode the content', function () {
      return callApp(app, {
        binary: true
      }).then(function (conn) {
        return conn.response.bufferContent().then(function (buffer) {