File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3235,14 +3235,14 @@ changes:
3235
3235
* ` requestTimeout ` : Sets the timeout value in milliseconds for receiving
3236
3236
the entire request from the client.
3237
3237
See [ ` server.requestTimeout ` ] [ ] for more information.
3238
+ ** Default:** ` 300000 ` .
3238
3239
* ` joinDuplicateHeaders ` {boolean} It joins the field line values of multiple
3239
3240
headers in a request with ` , ` instead of discarding the duplicates.
3240
3241
See [ ` message.headers ` ] [ ] for more information.
3241
3242
** Default:** ` false ` .
3242
3243
* ` ServerResponse ` {http.ServerResponse} Specifies the ` ServerResponse ` class
3243
3244
to be used. Useful for extending the original ` ServerResponse ` . ** Default:**
3244
3245
` ServerResponse ` .
3245
- ** Default:** ` 300000 ` .
3246
3246
* ` uniqueHeaders ` {Array} A list of response headers that should be sent only
3247
3247
once. If the header's value is an array, the items will be joined
3248
3248
using ` ; ` .
You can’t perform that action at this time.
0 commit comments