-
-
Notifications
You must be signed in to change notification settings - Fork 685
Closed
Labels
question[Use a Discussion instead][Use a Discussion instead]
Description
Continuing from nodejs/node#34350.
Some servers send a body with HEAD requests which is kind of un-parsable. There is however one way to be resilient against it. Always reset the connection after receiving the message headers for a HEAD request.
This would make things significantly slower though but much more resilient. How important are HEAD requests?
Should we just ignore this unfortunate case and hope that the target server behaves properly?
Opt-in/Opt-out option?
Metadata
Metadata
Assignees
Labels
question[Use a Discussion instead][Use a Discussion instead]