opnsense-ports/ftp/curl/files/patch-lib-asyn-thread.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
360 B
C

--- lib/asyn-thread.c.orig 2014-09-08 05:15:44.000000000 +0800
+++ lib/asyn-thread.c 2014-10-09 08:28:38.036235206 +0800
@@ -541,7 +541,7 @@
td->poll_interval = 250;
td->interval_end = elapsed + td->poll_interval;
- Curl_expire_latest(conn->data, td->poll_interval);
+ Curl_expire(conn->data, td->poll_interval);
}
return CURLE_OK;