Skip to content

Commit ef5ab81

Browse files
lpincatargos
authored andcommitted
doc: fix added: info for outgoingMessage.{,un}cork()
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via db8144b. PR-URL: #42711 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 18ae2c3 commit ef5ab81

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/api/http.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,9 @@ Aliases of `outgoingMessage.socket`
25072507
### `outgoingMessage.cork()`
25082508

25092509
<!-- YAML
2510-
added: v14.0.0
2510+
added:
2511+
- v13.2.0
2512+
- v12.16.0
25112513
-->
25122514

25132515
See [`writable.cork()`][].
@@ -2713,7 +2715,9 @@ After calling `outgoingMessage.end()`, this property will be nulled.
27132715
### `outgoingMessage.uncork()`
27142716

27152717
<!-- YAML
2716-
added: v14.0.0
2718+
added:
2719+
- v13.2.0
2720+
- v12.16.0
27172721
-->
27182722

27192723
See [`writable.uncork()`][]

0 commit comments

Comments
 (0)