We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec53cf commit 01ab031Copy full SHA for 01ab031
test/sequential/test-http-max-http-headers.js
@@ -89,7 +89,7 @@ function test1() {
89
headers = fillHeaders(headers, currentSize);
90
91
const server = net.createServer((sock) => {
92
- sock.once('data', (chunk) => {
+ sock.once('data', () => {
93
writeHeaders(sock, headers);
94
sock.resume();
95
});
0 commit comments