You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same as 6.5.0 with one change:
`Config::max_connections_per_host()` is now properly named `Config::set_max_connections_per_host()`.
### Added
- `Config` has been stabilized and is now available by default!
- `wasm_client` support for `Config` (only timeouts).
- `Config::max_connections_per_host` (Supported on `h1_client` and `curl_client`.)
### Deprecated
- `H1Client::with_max_connections()` was been superseded by `Config::max_connections_per_host`.
0 commit comments