| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -281,12 +281,6 @@ common.crashOnUnhandledRejection(); | |||
| 281 | 281 | }); | |
| 282 | 282 | ||
| 283 | 283 | pipeline(rs, req, common.mustCall((err) => { | |
| 284 | - // TODO: this is working around an http2 bug | ||
| 285 | - // where the client keeps the event loop going | ||
| 286 | - // (replacing the rs.destroy() with req.end() | ||
| 287 | - // exits it so seems to be a destroy bug there | ||
| 288 | - client.unref(); | ||
| 289 | - | ||
| 290 | 284 | server.close(); | |
| 291 | 285 | client.close(); | |
| 292 | 286 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments