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 50a0195 commit a2b6157Copy full SHA for a2b6157
test/parallel/test-http-server-optimize-empty-requests.js
@@ -66,7 +66,6 @@ server.listen(0, common.mustCall(async () => {
66
function makeRequest(str) {
67
return new Promise((resolve) => {
68
const client = net.connect({ port: server.address().port }, common.mustCall(() => {
69
- client.on('data', common.mustCall());
70
client.on('end', common.mustCall(() => {
71
resolve();
72
}));
0 commit comments