http-client icon indicating copy to clipboard operation
http-client copied to clipboard

Support non-keep alive connections

Open kelunik opened this issue 5 years ago • 1 comments

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 avatar Mar 09 '20 19:03 kelunik

@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.

mschop avatar Apr 29 '24 14:04 mschop