mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Resolves an issue where the code assumed the first value written to the stream where `write` returned `false` was not written, when in fact it is. Adds integration test to verify the fix. Updates unit tests to have the proper behavior in the mock. NOTE: This fix has been independently verified in our business environment. NOTEx2: This is totally my (@benlesh) fault. :/ fixes #12768