curl-library
Curl Multi Problem.
From: Surya Kiran Gullapalli <suryakiran.gullapalli_at_gmail.com>
Date: Mon, 6 Aug 2007 13:32:16 +0530
Received on 2007-08-06
Date: Mon, 6 Aug 2007 13:32:16 +0530
Hello,
I'm facing a problem with curl_multi_..
I've modified the sample code provided in examples directory
(docs/examples/multi-single.c) to be a c++ code by using stringstream
and strings.
Please find the attached piece of code. When i use std::string in
curl_setopt(),
I'm getting a malformed url error. Otherwise its fine. Am I doing
something wrong here?
Thanks,
Surya
- text/plain attachment: multi-single.cpp