Version
18.16.0
Platform
Microsoft Windows NT 10.0.19044.0 x64
Subsystem
No response
What steps will reproduce the bug?
fetch("http://localhost", { keepalive: false })
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
Do not send the HTTP connection: keep-alive header. Instead, send a connection: close header.
What do you see instead?
The connection: keep-alive header will still be sent in the HTTP request.

Additional information
No response
Version
18.16.0
Platform
Microsoft Windows NT 10.0.19044.0 x64
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
Do not send the HTTP
connection: keep-aliveheader. Instead, send aconnection: closeheader.What do you see instead?
The

connection: keep-aliveheader will still be sent in the HTTP request.Additional information
No response