Re: [LEDE-DEV] [PATCH v2] Curl: fix HTTPS network timeouts with OpenSSL

2017-01-10 Thread John Crispin
Hi, On 08/01/2017 15:29, Stijn Segers wrote: > Fixes HTTPS timeouts with OpenSSL. Upstream curl bug #1174. > > Upstream commit message: > > Fixed an old leftover use of the USE_SSLEAY define which would make a > socket get removed from the applications sockets to monitor when the > multi_socket

[LEDE-DEV] [PATCH v2] Curl: fix HTTPS network timeouts with OpenSSL

2017-01-08 Thread Stijn Segers
Fixes HTTPS timeouts with OpenSSL. Upstream curl bug #1174. Upstream commit message: Fixed an old leftover use of the USE_SSLEAY define which would make a socket get removed from the applications sockets to monitor when the multi_socket API was used, leading to timeouts. Signed-off-by: Stijn