Closed szmarczak closed 4 years ago
https://github.com/szmarczak/http2-wrapper/blob/6058e1f879d0037d3ed41873d820779efac9d9ba/source/client-request.js#L222
I think that's the reason the Windows test fails: the stream may emit error after end (need to verify that).
error
end
A note to myself: check previous builds.
But that would lead to uncaught and unattached errors... The tests are fixed now, there was yet another reason for failing.
https://github.com/szmarczak/http2-wrapper/blob/6058e1f879d0037d3ed41873d820779efac9d9ba/source/client-request.js#L222
I think that's the reason the Windows test fails: the stream may emit
error
afterend
(need to verify that).A note to myself: check previous builds.