From 56bbde5801429d8f339990750f5b76db05335024 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 9 Aug 2022 11:34:10 +0200 Subject: [PATCH] Bumped v5.8.2 Signed-off-by: Matteo Collina --- package.json | 2 +- test/request-crlf.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ac0eb8863d..0b9d4f713e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undici", - "version": "5.8.1", + "version": "5.8.2", "description": "An HTTP/1.1 client, written from scratch for Node.js", "homepage": "https://undici.nodejs.org", "bugs": { diff --git a/test/request-crlf.js b/test/request-crlf.js index a01602af7a0..abcecf091f5 100644 --- a/test/request-crlf.js +++ b/test/request-crlf.js @@ -21,7 +21,7 @@ test('should validate content-type CRLF Injection', (t) => { method: 'GET', headers: { 'content-type': 'application/json\r\n\r\nGET /foo2 HTTP/1.1' - }, + } }) t.fail('request should fail') } catch (e) {