node/lib/internal/http2
James M Snell cef909797a http2: do not emit our own close emit in Http2Stream
Streams were recently updated to emit their own close event. The
Http2Stream was an exception because it included the close argument
with the close event. Refactor that to use the built in close.

PR-URL: https://github.com/nodejs/node/pull/19451
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-03-22 13:48:47 -07:00
..
compat.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00
core.js http2: do not emit our own close emit in Http2Stream 2018-03-22 13:48:47 -07:00
util.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00