| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 636a5f6 commit 0ece7cc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,10 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | const common = require('../common'); | |
| 24 | + | ||
| 25 | + // Make sure http server doesn't wait for socket pool to establish connections | ||
| 26 | + // https://github.com/nodejs/node-v0.x-archive/issues/877 | ||
| 27 | + | ||
| 24 | 28 | const http = require('http'); | |
| 25 | 29 | const assert = require('assert'); | |
| 26 | 30 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments