Hello,
Yes, I do realize that the URL cannot contain a line feed character (hence the 
error I’m having). I’ve already made changes to read the file without the LF 
character, but I wanted to ask here (actually on the curlpp mailing list) for 
an option to ignore this character.
Anyway, I’ve fixed it and I managed to learn a lot about curlpp and libcurl in 
the process, so I wouldn’t call this a total loss.
Thanks again for taking interest in my issue and I’m sorry for posting my 
question to the wrong mailing list!

Best regards,
Tiago Cerqueira

PS: Just out of curiosity, do you (or anyone) has any ideas on why the error is 
only happening on certain systems, with the same version of the library?
No dia 19/07/2015, às 23:27, Daniel Stenberg <[email protected]> escreveu:

> On Mon, 13 Jul 2015, Tiago Cerqueira (1090678) wrote:
> 
>> I've narrowed down the URL problem to a variable that is being read from a 
>> config file (one line, it just contains the information needed).
> 
>> I was wondering if there is an option to force curlpp to ignore the line 
>> feed character.
> 
> This is not the list for curlpp but for libcurl, and no there's no such 
> option.
> 
> But since you write the code that reads the URL from the file, why don't you 
> just strip it off before you pass the URL to libcurl? A URL cannot legally 
> contain a line feed character anyway and it is a mistake on your part to 
> include it to begin with!
> 
> -- 
> 
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette:  http://curl.haxx.se/mail/etiquette.html


-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to