curl-library
Re: dead connections are not cleaned up on new requests (follow-up)
From: Jonatan Vela <jonatan.vela_at_ergon.ch>
Date: Tue, 12 Aug 2014 13:18:32 +0200
Received on 2014-08-12
Date: Tue, 12 Aug 2014 13:18:32 +0200
Thank you!
I found the cause for the error. The function Curl_conncache_foreach()
does not work properly with callback functions that delete entries in
the connection cache.
With the attached patch I got rid of the valgrind error.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-diff attachment: valgrind_error_in_Curl_conncache_foreach.patch