MXS-2468 Allow an http::Async object to be reset
This commit is contained in:
@ -491,6 +491,11 @@ Async::Async()
|
||||
{
|
||||
}
|
||||
|
||||
void Async::reset()
|
||||
{
|
||||
m_sImp = std::make_shared<ReadyImp>();
|
||||
}
|
||||
|
||||
Async get_async(const std::vector<std::string>& urls,
|
||||
const Config& config)
|
||||
{
|
||||
|
Reference in New Issue
Block a user