Skip to content

Commit

Permalink
Update test/parallel/test-http-remove-connection-header-persists-conn…
Browse files Browse the repository at this point in the history
…ection.js

Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
FliegendeWurst and lpinca authored Nov 23, 2024
1 parent 33caf96 commit 3fddc59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ server.listen(0, function() {
// Both HTTP/1.1 requests should have used the same socket:
assert.strictEqual(firstSocket, secondSocket);

makeHttp10Request(function(socket) {
makeHttp10Request(function() {
server.close();
});
});
Expand Down

0 comments on commit 3fddc59

Please sign in to comment.