Skip to content

Commit

Permalink
Bumped v5.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina authored and metcoder95 committed Dec 26, 2022
1 parent 7ba7486 commit 56bbde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion test/request-crlf.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 56bbde5

Please sign in to comment.