-
-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
While investigating #4103, I noticed that node:http.createServer((req, res) => ... is used in various places in the test suite.
Without the option joinDuplicateHeaders, these servers behave as follows:
If set to
true, this option allows joining the field line values of multiple headers in a request with a comma (, ) instead of discarding the duplicates. For more information, refer to message.headers. Default:false.
This is very helpful if trying to implement a well-behaved server, but maybe less helpful if trying to test client behaviour.
Reproducible By
Expected Behavior
joinDuplicateHeaders should be set to true for every invocation of createServer() in tests.
Logs & Screenshots
Environment
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working