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 @@ -3239,6 +3239,7 @@ changes:
3239
3239
* ` requestTimeout ` : Sets the timeout value in milliseconds for receiving
3240
3240
the entire request from the client.
3241
3241
See [ ` server.requestTimeout ` ] [ ] for more information.
3242
+ ** Default:** ` 300000 ` .
3242
3243
* ` requireHostHeader ` {boolean} It forces the server to respond with
3243
3244
a 400 (Bad Request) status code to any HTTP/1.1 request message
3244
3245
that lacks a Host header (as mandated by the specification).
@@ -3250,7 +3251,6 @@ changes:
3250
3251
* ` ServerResponse ` {http.ServerResponse} Specifies the ` ServerResponse ` class
3251
3252
to be used. Useful for extending the original ` ServerResponse ` . ** Default:**
3252
3253
` ServerResponse ` .
3253
- ** Default:** ` 300000 ` .
3254
3254
* ` uniqueHeaders ` {Array} A list of response headers that should be sent only
3255
3255
once. If the header's value is an array, the items will be joined
3256
3256
using ` ; ` .
You can’t perform that action at this time.
0 commit comments