FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

zlib: destroy only when both readable and writable finished by ronag · Pull Request #32216 · nodejs/node · GitHub

/ node Public

zlib: destroy only when both readable and writable finished - #32216

Closed
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:zlib-auto-destroy
Closed

zlib: destroy only when both readable and writable finished#32216
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:zlib-auto-destroy

Conversation

ronag commented Mar 11, 2020

Copy link
Copy Markdown
Member

Related to #32215

A zlib stream should not be destroyed until both sides has completed. Since 'end' can be emitted before 'finish'.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

ronag added stream Issues and PRs related to the stream subsystem. zlib Issues and PRs related to the zlib subsystem. labels Mar 11, 2020
ronag requested a review from addaleax March 11, 2020 22:20
ronag force-pushed the zlib-auto-destroy branch from 6cf1ace to 1a769bc Compare March 11, 2020 22:29

ronag commented Mar 12, 2020

Copy link
Copy Markdown
Member Author

Close in favor of #32220

ronag closed this Mar 12, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stream Issues and PRs related to the stream subsystem. zlib Issues and PRs related to the zlib subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL