6.5.1
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 forConfig
(only timeouts).Config::max_connections_per_host
(Supported onh1_client
andcurl_client
.)
Deprecated
H1Client::with_max_connections()
will be superseded byConfig::max_connections_per_host
.