1724765096
We expect every Nomad API client to use a single connection to any given agent, so take advantage of keep-alive by switching the default transport to `DefaultPooledClient`. Provide a facility to close idle connections for testing purposes. Restores the previously reverted #12409 Co-authored-by: Ben Buzbee <bbuzbee@cloudflare.com>
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
```release-note:improvement
|
|
api: default to using `DefaultPooledTransport` client to support keep-alive by default
|
|
```
|