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: Robin Lee Powell
Subject: Re: [Chicken-users] Hang problem with the http egg.
Date: Wed, 12 Mar 2008 21:35:45 -0700
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Wed, Mar 12, 2008 at 06:40:56PM +0100, Peter Bex wrote:
[snip]
> 
> Where's this header coming from?  Perhaps CURL is sending a
> request that looks different to the server, causing it to send a
> different response?

Ah-ha!  Right you are.

curl is using HTTP/1.1.  The http egg is using HTTP/1.0.  If I force
curl to HTTP/1.0, the same hang occurs.

I consider this a bug both with the Selenium server (the hang
itself) and with the http egg (no way to get it to use HTTP/1.1,
even though it sends all the required headers).  http:make-request
supports it, but http:GET won't pass the arguments through.

-Robin

-- 
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/




reply via email to

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