One of the HTTP2 tests that are being updated upstream in Node.js
leaves around a WriteWrap instance that is not passed over to libuv
and therefore can’t be cleaned up.
Address that issue by properly implementing delete self; for
WriteWraps using the existing Dispose().
Checklist
[x] make -j4 test (UNIX), or vcbuild test (Windows) passes
One of the HTTP2 tests that are being updated upstream in Node.js leaves around a
WriteWrap
instance that is not passed over to libuv and therefore can’t be cleaned up.Address that issue by properly implementing
delete self;
forWriteWrap
s using the existingDispose()
.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
src