Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: writableFinished is true before 'finish' #28811

Closed
wants to merge 1 commit into from

Conversation

ronag
Copy link
Member

@ronag ronag commented Jul 23, 2019

The current description for stream.writableFinished is not entirely correct.

Checklist

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels Jul 23, 2019
@Trott
Copy link
Member

Trott commented Jul 23, 2019

Practically, I"m not sure what the difference is to the reader? Is this about what finished is set to when your finish event listener runs or something like that?

@ronag ronag force-pushed the fix-docs-writableFinished branch from 459e4ad to d3b065b Compare July 23, 2019 05:29
@ronag
Copy link
Member Author

ronag commented Jul 23, 2019

It’s important in order to know whether when I register a finish listener if it will be called or not.

@ronag ronag force-pushed the fix-docs-writableFinished branch from d3b065b to 2502502 Compare July 23, 2019 07:53
@ronag ronag changed the title docs: writableFinished is true before 'finish' dos: writableFinished is true before 'finish' Jul 23, 2019
doc/api/http.md Outdated Show resolved Hide resolved
@ronag ronag force-pushed the fix-docs-writableFinished branch from 2502502 to cc13c69 Compare July 23, 2019 10:16
doc/api/http.md Outdated Show resolved Hide resolved
@lpinca lpinca changed the title dos: writableFinished is true before 'finish' doc: writableFinished is true before 'finish' Jul 23, 2019
@ronag ronag force-pushed the fix-docs-writableFinished branch 2 times, most recently from 5998562 to 0b677a6 Compare July 23, 2019 20:50
@Trott
Copy link
Member

Trott commented Jul 25, 2019

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 25, 2019
@Trott
Copy link
Member

Trott commented Jul 26, 2019

@nodejs/streams

doc/api/http.md Outdated Show resolved Hide resolved
@trivikr trivikr removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 26, 2019
@ronag ronag force-pushed the fix-docs-writableFinished branch from 0b677a6 to c3b6f5b Compare August 2, 2019 06:34
@ronag ronag force-pushed the fix-docs-writableFinished branch from c3b6f5b to 204b76b Compare August 2, 2019 06:35
@Trott
Copy link
Member

Trott commented Aug 2, 2019

doc/api/http.md Show resolved Hide resolved
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Trott pushed a commit to Trott/io.js that referenced this pull request Aug 2, 2019
PR-URL: nodejs#28811
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@Trott
Copy link
Member

Trott commented Aug 2, 2019

Landed in 0897782

@Trott Trott closed this Aug 2, 2019
targos pushed a commit that referenced this pull request Aug 2, 2019
PR-URL: #28811
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants