Skip to content

Commit 804e6e4

Browse files
Trotttargos
authored andcommitted
test: remove unused callback argument
PR-URL: #30712 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b042e7f commit 804e6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-http-max-http-headers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function test1() {
9494
headers = fillHeaders(headers, currentSize);
9595

9696
const server = net.createServer((sock) => {
97-
sock.once('data', (chunk) => {
97+
sock.once('data', () => {
9898
writeHeaders(sock, headers);
9999
sock.resume();
100100
});

0 commit comments

Comments
 (0)