| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Archives
RE: Curl_dofree function
From: Nazim Oztahtaci <nazim_oztahtaci_at_hotmail.com>
Date: Thu, 3 Nov 2011 10:52:35 +0000
The thing Im doing is recursively sending test emails to my smtp server. When I use TLS, I dont face any problem and I sent around 100.000 emails during test phase without any problem.
In my previous email I said that problem was solved by NOBODY option but now I use FRESH_CONNECT and FORBID_REUSE options so each time the curl uses a new connection and closes it at the end of process.
When our smtp module opens up a connection to smtp server using libcurl, it uses same connection to send recursive emails to the server. However, because it does not close the connection after first trial, in the second try curl_dofree() fails because free(smtpc->domain) function does not the EHLO message I assume. Maybe I am wrong as well about the error. I will send you a test code tomorrow and you can also check for me if it is a bug or not.
Best regards,
> Date: Wed, 2 Nov 2011 13:00:13 +0100
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info