| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 254aa83 commit 61ae592
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,12 +23,8 @@ | |||
| 23 | 23 | const common = require('../common'); | |
| 24 | 24 | const net = require('net'); | |
| 25 | 25 | ||
| 26 | - const TIMEOUT = 10 * 1000; | ||
| 27 | - | ||
| 28 | 26 | const client = net.createConnection(53, '8.8.8.8', function() { | |
| 29 | 27 | client.unref(); | |
| 30 | 28 | }); | |
| 31 | 29 | ||
| 32 | 30 | client.on('close', common.mustNotCall()); | |
| 33 | - | ||
| 34 | - setTimeout(common.mustNotCall(), TIMEOUT).unref(); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments