Cannot disable Keep-Alive #20807
Labels
http
Issues or PRs related to the http subsystem.
question
Issues that look for answers.
wrong repo
Issues that should be opened in another repository.
I want to completely disable Keep-Alive, so I use
setKeepAlive(false)
, but it does not have any effect. Server code:I tested it with browser and telnet:
As you can see, there is
Connection: keep-alive
header. I also tried Node.js v8.11.2 and issue was still present.The text was updated successfully, but these errors were encountered: