0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-06 02:28:38 +02:00

modules/client/sync: Give client more async() after /sync 408.

This commit is contained in:
Jason Volk 2018-02-13 15:05:02 -08:00
parent 5a73e631a6
commit 173d19ee6a

View file

@ -268,7 +268,8 @@ try
*client, http::REQUEST_TIMEOUT
};
client->close(net::dc::SSL_NOTIFY, net::close_ignore);
client->longpoll = false;
client->async();
}
catch(const std::exception &e)
{