I'm getting a memory leak with following:
global: create CurlShare(), set it to share cookies and dns
loop:
create Curl(), bind to share, set cookiefile, options, headerfunction, datafunction
make https post request with ca, client cert
# Curl gets deleted when scope if left
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the patch
Will review; it'd be great if whoever submitted this left a name or email for contact purposes.
updated version is here: http://carnivore.it/2009/12/19/python3_pycurl
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
I'm getting a memory leak with following:
global: create CurlShare(), set it to share cookies and dns
loop:
create Curl(), bind to share, set cookiefile, options, headerfunction, datafunction
make https post request with ca, client cert
# Curl gets deleted when scope if left
Is this with the updated version or the diff attached?
Committed, thanks!