Files
node/lib/internal
Anatoli Papirovski c981483686 http2: cleanup of h2 compat layer, add tests
Remove unnecessary variable assignments, remove unreachable code
pathways, remove path getter and setter, and other very minor
cleanup. Only remove reference to stream on nextTick so that
users and libraries can access it in the finish event.

Fixes: https://github.com/nodejs/node/issues/15313
Refs: https://github.com/expressjs/express/pull/3390
PR-URL: https://github.com/nodejs/node/pull/15254
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-09-12 16:13:23 +02:00
..
2017-09-07 15:18:32 -05:00
2017-06-14 13:15:51 -07:00
2017-08-04 12:55:44 -07:00
2017-08-14 15:43:10 -04:00
2017-09-10 22:00:25 +02:00
2017-07-07 13:18:19 -07:00
2017-06-30 19:21:23 +02:00
2017-09-07 15:18:32 -05:00
2017-07-22 18:18:04 -04:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.