Skip to content

doc: update description of 'clientError' event - #18885

Closed
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:update/client-error-description
Closed

doc: update description of 'clientError' event#18885
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:update/client-error-description

Conversation

@lpinca

Copy link
Copy Markdown
Member

Default behavior is to send a '400 Bad Request' response if the socket is writable.

Refs: #15324

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem. labels Feb 20, 2018
@lpinca

Copy link
Copy Markdown
MemberAuthor

Default behavior is to send a '400 Bad Request' response if the socket
is writable.
Refs: nodejs#15324
@lpinca
lpincaforce-pushed the update/client-error-description branch from 8df4984 to e733af6CompareFebruary 20, 2018 19:57
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 21, 2018
@benjamingr

Copy link
Copy Markdown
Member

Landed in 54cb3c5 - thanks!

benjamingr pushed a commit that referenced this pull request Feb 23, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: #18885
Refs: #15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@lpinca
lpinca deleted the update/client-error-description branch February 23, 2018 06:20
addaleax pushed a commit to addaleax/node that referenced this pull request Feb 26, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: nodejs#18885
Refs: nodejs#15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
addaleax pushed a commit that referenced this pull request Feb 26, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: #18885
Refs: #15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@addaleaxaddaleax mentioned this pull request Feb 27, 2018
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: nodejs#18885
Refs: nodejs#15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Aug 8, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: #18885
Refs: #15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Aug 9, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: #18885
Refs: #15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request Aug 16, 2018
MylesBorins pushed a commit that referenced this pull request Aug 16, 2018
Default behavior is to send a '400 Bad Request' response if the socket
is writable.
PR-URL: #18885
Refs: #15324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@lpinca@benjamingr@daynin@cjihrig@BridgeAR@MylesBorins@nodejs-github-bot