| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5298da0 commit 8bafc0f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ const server = h2.createServer(); | |||
| 15 | 15 | ||
| 16 | 16 | // We use the lower-level API here | |
| 17 | 17 | server.on('stream', common.mustCall((stream) => { | |
| 18 | + stream.on('error', () => {}); | ||
| 18 | 19 | stream.on('aborted', common.mustCall()); | |
| 19 | 20 | stream.on('close', common.mustCall()); | |
| 20 | 21 | stream.respond(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments