We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a4ec8 commit 6417564Copy full SHA for 6417564
test/sequential/test-regress-GH-1697.js test/sequential/test-regress-net-response_size.js
@@ -21,6 +21,11 @@
21
22
'use strict';
23
const common = require('../common');
24
+
25
+// Make sure the net module's server doesn't throw an error when handling
26
+// responses that are either too long or too small (especially on windows)
27
+// https://github.com/nodejs/node-v0.x-archive/issues/1697
28
29
const net = require('net');
30
const cp = require('child_process');
31
0 commit comments