We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b042e7f commit 804e6e4Copy full SHA for 804e6e4
test/sequential/test-http-max-http-headers.js
@@ -94,7 +94,7 @@ function test1() {
94
headers = fillHeaders(headers, currentSize);
95
96
const server = net.createServer((sock) => {
97
- sock.once('data', (chunk) => {
+ sock.once('data', () => {
98
writeHeaders(sock, headers);
99
sock.resume();
100
});
0 commit comments