cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

Re: [cURLpp] Bug in HTTP Forms

From: Jean-Philippe Barrette-LaPierre <jpb_at_rrette.com>
Date: Wed, 06 Feb 2008 20:52:32 -0500

On 6-Feb-08, at 5:04 PM, Piotr Niemcunowicz wrote:

>
> Great, please review attached patch, it should settle both things :)
>

The patch wasn't enough for me. I don't like the STL containers of
pointers. To much
to manage. So, I did something like a container of clone_ptr.
Everything is cloned on
copy constructor, but everything is deleted when going out of scope.

I know that currently it leads to many memory allocation because of
the way options are
set, but this is the best solution for now. Eventually I'll take a
look on that. I should be able
to push the new changes on the mercurial repository tonight.

> BTW. when the new release will be avaliable?

Somewhere this weekend, after I had took my morning coffee.

_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2008-02-07

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET