| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fa43d2f commit da44c2c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,11 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 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 | + | ||
| 24 | 29 | const net = require('net'); | |
| 25 | 30 | const cp = require('child_process'); | |
| 26 | 31 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments