Re: New version 0.5.3

Edi Weitz <[email protected]> Thu, 26 Oct 2006 03:31:23 +0200
Newsgroups gmane.lisp.web
Message-ID <[email protected]>
On Mon, 23 Oct 2006 18:08:11 +0300, "Anton Vodonosov" <[email protected]> wrote:

> I'm trying Drakma version 0.5.3 on windows + clisp.
>
> Following calls work fine:
> (http-request "http://lisp.org/index.html")
> (http-request "http://zappa.com/favicon.ico")
> (http-request "http://www.jalat.com/blogs/lisp?id=3")
> (http-request "http://www.lispworks.com/")
> (http-request "http://meme.b9.com/login.html")
>
> Following calls fail:
> (http-request "http://www.phpsecurepages.com/test/test.php")
> (http-request "http://bcheck.scanit.be/bcheck/")
> (http-request "http://google.com")
> (http-request "http://weitz.de/drakma/")
>
> One common thing about failing calls is that chunked transfer
> encoding is used for all of them.
>
> All successful calls don't use chunked transfer encoding.

For the record:

  <http://common-lisp.net/pipermail/drakma-devel/2006-October/000020.html>

Cheers,
Edi.