Skip to content

Commit f3d62ab

Browse files
OnSuorceRafaelGSS
authored andcommittedAug 17, 2023
doc: improved joinDuplicateHeaders definition
PR-URL: #48859 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b79b292 commit f3d62ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎doc/api/http.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3255,9 +3255,10 @@ changes:
32553255
* `IncomingMessage` {http.IncomingMessage} Specifies the `IncomingMessage`
32563256
class to be used. Useful for extending the original `IncomingMessage`.
32573257
**Default:** `IncomingMessage`.
3258-
* `joinDuplicateHeaders` {boolean} It joins the field line values of multiple
3259-
headers in a request with `, ` instead of discarding the duplicates.
3260-
See [`message.headers`][] for more information.
3258+
* `joinDuplicateHeaders` {boolean} If set to `true`, this option allows
3259+
joining the field line values of multiple headers in a request with
3260+
a comma (`, `) instead of discarding the duplicates.
3261+
For more information, refer to [`message.headers`][].
32613262
**Default:** `false`.
32623263
* `keepAlive` {boolean} If set to `true`, it enables keep-alive functionality
32633264
on the socket immediately after a new incoming connection is received,

0 commit comments

Comments
 (0)