http-client
http-client copied to clipboard
Support non-keep alive connections
There should be a connection pool implementation that always uses a new connection per request.
Note: This is already supported technically, but harder than it needs to be for library consumers.
@kelunik Can you give an example, how to achieve this? This i a big blocker for me right now, because the server does not support keep-alive.