Re: Issue with the line feed character

2015-07-20 Thread Daniel Stenberg
On Mon, 20 Jul 2015, Tiago Cerqueira (1090678) wrote: 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 opt

Re: Issue with the line feed character

2015-07-20 Thread Tiago Cerqueira (1090678)
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

Re: Issue with the line feed character

2015-07-19 Thread Daniel Stenberg
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

Issue with the line feed character

2015-07-13 Thread Tiago Cerqueira (1090678)
Hi everyone, I'm currently using curlpp to perform an HTTP query, but curlpp is reporting that there are illegal characters in the URL. 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). Another weird thing