File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3255,9 +3255,10 @@ changes:
3255
3255
* ` IncomingMessage ` {http.IncomingMessage} Specifies the ` IncomingMessage `
3256
3256
class to be used. Useful for extending the original ` IncomingMessage ` .
3257
3257
** 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 ` ] [ ] .
3261
3262
** Default:** ` false ` .
3262
3263
* ` keepAlive ` {boolean} If set to ` true ` , it enables keep-alive functionality
3263
3264
on the socket immediately after a new incoming connection is received,
You can’t perform that action at this time.
0 commit comments