| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Archives
POP3 not using same connection for multiple requests when using starttls
From: Steve Holme <steve_holme_at_hotmail.com>
Date: Wed, 2 Nov 2011 19:06:05 +0000
Dear all,
I am currently having an issue when trying to retrieve multiple POP3
A simplified version of my code is as follows:
// Initialise the curl interface
// Set our login details
// Set our SSL options
// Perform the list messages action
// Retrieve the first message
// Retrieve the second message
The first curl_easy_perform() will connect using connection #0, the second
If I modify the code and remove the two SSL options then everything works as
Similarly I can reproduce this using the curl command line interface
curl -v pop3://mail.domain.com pop3://mail.domain.com/1
Whereas the following works successfully:
curl -v pop3://mail.domain.com pop3://mail.domain.com/1
I have attempted to debug libcurl and the problem appears to be in url.c in
if((needle->handler->flags&PROTOPT_SSL) !=
In this section of code the the if statement will cause the "continue"
Because I am not too familiar with this area of code I was wondering if
Kind regards
Steve
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info