chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] http-client doesn't handle closed persistent connect


From: Daishi Kato
Subject: Re: [Chicken-users] http-client doesn't handle closed persistent connections
Date: Mon, 31 Jan 2011 21:43:45 +0900
User-agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI)

At Mon, 31 Jan 2011 13:14:34 +0100,
Peter Bex wrote:
> 
> On Mon, Jan 31, 2011 at 09:10:14PM +0900, Daishi Kato wrote:
> > Hm, it avoids the problem, which is good.
> > However, it now doesn't keep connections.
> > In the case of www.apache.org, if you call http requests
> > twice in 5sec, the connection should be reused.
> > This was working with the released egg, but
> > it doesn't work with the trunk, which means
> > it creates a new connection even within 5sec.
> 
> Crap, you're right. I have no idea how to fix this properly right now
> though.  I'll need to think about it some more.

How about raising an i/o exception(condition) when
it detects #!eof in read-response in intarweb.scm?
It will retry.

Best,
Daishi



reply via email to

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