1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 12:53:14 +02:00

Remote includes: timeouts were not handled properly. An unresponsive DNS or HTTP(S) server could result in not being able to /REHASH ('rehash already in progress')

This commit is contained in:
Bram Matthys
2015-11-02 14:04:27 +01:00
parent 0dbeab6362
commit a5760351fe
+1
View File
@@ -346,6 +346,7 @@ static EVENT(curl_socket_timeout)
int dummy;
curl_multi_socket_action(multihandle, CURL_SOCKET_TIMEOUT, 0, &dummy);
url_check_multi_handles();
}
static Event *curl_socket_timeout_hdl = NULL;