Not really an issue, more a question.
Is there a way to prevent persistent connections using rescu?
We have issues with a server, which sends Connection='[keep-alive]'
But we need to drop the connection and create a new one for every request.
I'm not really sure. There's a related issue #5 and the corresponding commit 17761414a4b9c1dd0abd484f9f2a2218d5fd5cc2 though, perhaps check out the code.
Not really an issue, more a question. Is there a way to prevent persistent connections using rescu? We have issues with a server, which sends Connection='[keep-alive]' But we need to drop the connection and create a new one for every request.