Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01ab031

Browse filesBrowse files
Trotttargos
authored andcommitted
test: remove unused callback argument
PR-URL: #30712 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9ec53cf commit 01ab031
Copy full SHA for 01ab031

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/sequential/test-http-max-http-headers.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function test1() {
8989
headers = fillHeaders(headers, currentSize);
9090

9191
const server = net.createServer((sock) => {
92-
sock.once('data', (chunk) => {
92+
sock.once('data', () => {
9393
writeHeaders(sock, headers);
9494
sock.resume();
9595
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.