File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3257,9 +3257,10 @@ changes:
32573257 * ` IncomingMessage ` {http.IncomingMessage} Specifies the ` IncomingMessage `
32583258 class to be used. Useful for extending the original ` IncomingMessage ` .
32593259 ** Default:** ` IncomingMessage ` .
3260- * ` joinDuplicateHeaders ` {boolean} It joins the field line values of multiple
3261- headers in a request with ` , ` instead of discarding the duplicates.
3262- See [ ` message.headers ` ] [ ] for more information.
3260+ * ` joinDuplicateHeaders ` {boolean} If set to ` true ` , this option allows
3261+ joining the field line values of multiple headers in a request with
3262+ a comma (` , ` ) instead of discarding the duplicates.
3263+ For more information, refer to [ ` message.headers ` ] [ ] .
32633264 ** Default:** ` false ` .
32643265 * ` keepAlive ` {boolean} If set to ` true ` , it enables keep-alive functionality
32653266 on the socket immediately after a new incoming connection is received,
You can’t perform that action at this time.
0 commit comments