|
|
|
|
|
by tyingq
2661 days ago
|
|
Unfortunately, depends on the server. Node says this: "Sending a 'Connection: keep-alive' will notify Node.js that the connection to the server should be persisted until the next request." The article seems to confirm this behavior. So clients have to account for non RFC compliant servers. |
|