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

doc: add note about clientError writable handling by ShogunPanda · Pull Request #33308 · nodejs/node · GitHub

/ node Public

doc: add note about clientError writable handling - #33308

Closed
ShogunPanda wants to merge 3 commits into
nodejs:masterfrom
ShogunPanda:client-timeout-reset-docs
Closed

doc: add note about clientError writable handling#33308
ShogunPanda wants to merge 3 commits into
nodejs:masterfrom
ShogunPanda:client-timeout-reset-docs

Conversation

Copy link
Copy Markdown
Contributor

Fixes #33302.

This PR add a little note about checking writable state of socket in clientError before attempt to send data.

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

nodejs-github-bot added doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem. labels May 8, 2020

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

Comment thread doc/api/http.md Outdated
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
Comment thread doc/api/http.md Outdated

BridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM % comment

Co-authored-by: Rich Trott <rtrott@gmail.com>

Copy link
Copy Markdown
Member

@Trott are you ok for this landing?

Trott commented May 11, 2020

Copy link
Copy Markdown
Member

@Trott are you ok for this landing?

Yes.

Copy link
Copy Markdown
Collaborator

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

mcollina pushed a commit that referenced this pull request May 12, 2020
PR-URL: #33308
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

Copy link
Copy Markdown
Member

Landed in 5bb4d01

mcollina closed this May 12, 2020
ShogunPanda deleted the client-timeout-reset-docs branch May 13, 2020 08:31
codebytere pushed a commit that referenced this pull request May 16, 2020
PR-URL: #33308
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
codebytere mentioned this pull request May 18, 2020
codebytere pushed a commit that referenced this pull request Jun 7, 2020
PR-URL: #33308
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
codebytere mentioned this pull request Jun 9, 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

doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

http.Server is not able to handle RST packets and emits clientError

6 participants


Back | FazBrowse Home | New Git URL