| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be266bd commit 21e9888
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,10 +43,6 @@ server.on('stream', common.mustCall((stream) => { | |||
| 43 | 43 | 'Content-Length': content.length.toString(), | |
| 44 | 44 | 'Vary': 'Accept-Encoding' | |
| 45 | 45 | }); | |
| 46 | - stream.setTimeout(serverTimeout); | ||
| 47 | - stream.on('timeout', () => { | ||
| 48 | - assert.strictEqual(didReceiveData, false, 'Should not timeout'); | ||
| 49 | - }); | ||
| 50 | 46 | stream.end(); | |
| 51 | 47 | })); | |
| 52 | 48 | server.setTimeout(serverTimeout); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments