On Fri, 10 Jun 2011 11:29:44 +0200, Pierre Joye wrote:
> On Thu, Jun 9, 2011 at 8:11 PM, Michael Wallner <[email protected]> wrote:
>
>> I started the rewrite of the extension, because it had one really big
>> drawback, namely that message bodies where implemented as memory chunk
>> instead of streams. The next major headache caused the confusion which
>> the HttpResponse class was responsible for. Another major addition
>> will be the choice of request handling library http\Request should use.
>> libcurl, neon and serf are on the table currently.
>
> Btw, maybe you did not notice it but neon is GPL...
Looks like it's licensed under LGPLv2:
http://svn.webdav.org/repos/projects/neon/trunk/src/COPYING.LIB
It doesn't seem to perform too well in the general way, anyways...
Mike