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

HTTPS client: add support for timeouts

This commit is contained in:
Bram Matthys
2021-08-21 09:19:29 +02:00
parent 9fe3b3f4d5
commit 182cc7eab4
4 changed files with 36 additions and 7 deletions
+1
View File
@@ -1135,3 +1135,4 @@ extern char *prefix_with_extban(char *remainder, BanContext *b, Extban *extban,
extern GeoIPResult *geoip_client(Client *client);
extern GeoIPResult *geoip_lookup(char *ip);
extern void free_geoip_result(GeoIPResult *r);
extern EVENT(url_socket_timeout);