Commit cef90979 authored by James M Snell's avatar James M Snell
Browse files

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: default avatarMatteo Collina <matteo.collina@gmail.com>
parent ab755484
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment