- Update to 7.39.0

Changes:	http://curl.haxx.se/changes.html
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-11-24 18:54:17 +00:00
parent 725b2295fc
commit 322f024af4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373349

View file

@ -1,11 +0,0 @@
--- 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;