Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:49:03 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:47 +0300
commitbd45124f00473b0e5affdb206c520a70330dd27d (patch)
treece947fbac1be6ec76a6fab10827c75e5231ffa21 /doc/api/http.md
parent9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (diff)
doc: harmonize changes list ordering
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 4753cf629e9..a63e0a0c1b2 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1051,20 +1051,20 @@ not be emitted.
<!-- YAML
added: v0.1.94
changes:
- - version: v6.0.0
- pr-url: https://github.com/nodejs/node/pull/4557
- description: The default action of calling `.destroy()` on the `socket`
- will no longer take place if there are listeners attached
- for `'clientError'`.
+ - version: v12.0.0
+ pr-url: https://github.com/nodejs/node/pull/25605
+ description: The default behavior will return a 431 Request Header
+ Fields Too Large if a HPE_HEADER_OVERFLOW error occurs.
- version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/17672
description: The `rawPacket` is the current buffer that just parsed. Adding
this buffer to the error object of `'clientError'` event is to
make it possible that developers can log the broken packet.
- - version: v12.0.0
- pr-url: https://github.com/nodejs/node/pull/25605
- description: The default behavior will return a 431 Request Header
- Fields Too Large if a HPE_HEADER_OVERFLOW error occurs.
+ - version: v6.0.0
+ pr-url: https://github.com/nodejs/node/pull/4557
+ description: The default action of calling `.destroy()` on the `socket`
+ will no longer take place if there are listeners attached
+ for `'clientError'`.
-->
* `exception` {Error}