Skip to content

Commit 52d1ce5

Browse files
committed
Bumped v5.8.2
Signed-off-by: Matteo Collina <[email protected]>
1 parent 66165d6 commit 52d1ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undici",
3-
"version": "5.8.1",
3+
"version": "5.8.2",
44
"description": "An HTTP/1.1 client, written from scratch for Node.js",
55
"homepage": "https://undici.nodejs.org",
66
"bugs": {

test/request-crlf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test('should validate content-type CRLF Injection', (t) => {
2121
method: 'GET',
2222
headers: {
2323
'content-type': 'application/json\r\n\r\nGET /foo2 HTTP/1.1'
24-
},
24+
}
2525
})
2626
t.fail('request should fail')
2727
} catch (e) {

0 commit comments

Comments
 (0)