chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Hang problem with the http egg.


From: Peter Bex
Subject: Re: [Chicken-users] Hang problem with the http egg.
Date: Thu, 13 Mar 2008 19:55:00 +0100
User-agent: Mutt/1.4.2.3i

On Wed, Mar 12, 2008 at 10:20:43PM -0700, Robin Lee Powell wrote:
> Bug submitted with Selenium.  Here's the patch for the http egg
> problem.  Two different styles of optionals; feel free to pick only
> one, whoever applies this.

IMHO this patch should not be applied.  It makes the procedure signature
a *lot* more complicated, and it's not necessary.

In case you want to send more complicated requests or want more control
over the way the request is made, just send in a http:request object:

(http:GET (http:make-request
            'GET "http://localhost/index.html";
            '(("Connection" . "close")
            '() "" 'HTTP/1.1)))

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

Attachment: pgpZ_r0WGgsAv.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]