describe('when the content is too large', function () {
      beforeEach(function () {
        message = new Message(
          'a=b', { 'Content-Type': 'application/x-www-form-urlencoded' }
        );