Skip to content

Commit 3fddc59

Browse files
Update test/parallel/test-http-remove-connection-header-persists-connection.js
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
1 parent 33caf96 commit 3fddc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http-remove-connection-header-persists-connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ server.listen(0, function() {
6363
// Both HTTP/1.1 requests should have used the same socket:
6464
assert.strictEqual(firstSocket, secondSocket);
6565

66-
makeHttp10Request(function(socket) {
66+
makeHttp10Request(function() {
6767
server.close();
6868
});
6969
});

0 commit comments

Comments
 (0)