Skip to content

Commit

Permalink
Merge pull request #301 from pinojs/fix-node20-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners authored Oct 13, 2023
2 parents 9bf0802 + ec62e57 commit 520964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ test('log requests aborted during payload', function (t) {
t.error(err)

const client = net.connect(server.address().port, server.address().address, () => {
client.write('GET /delayed HTTP/1.1\r\n\r\n')
client.write('GET /delayed HTTP/1.1\r\nHost: localhost\r\n\r\n')
})

client.on('data', (data) => {
Expand Down

0 comments on commit 520964c

Please sign in to comment.