| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,7 @@ server.on('stream', common.mustCall(function(stream) { | |||
| 20 | 20 | client_stream.pause(); | |
| 21 | 21 | client_stream.close(http2.constants.NGHTTP2_CANCEL); | |
| 22 | 22 | }); | |
| 23 | + stream.on('error', () => {}); | ||
| 23 | 24 | })); | |
| 24 | 25 | ||
| 25 | 26 | server.listen(0, function() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments