[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Re: a http-server bug
From: |
felix winkelmann |
Subject: |
[Chicken-users] Re: a http-server bug |
Date: |
Tue, 15 Nov 2005 17:23:24 +0100 |
On 11/10/05, Daishi Kato <address@hidden> wrote:
>
> Well, here is another bug report for http-server.
> When a client requests to a server with HTTP/1.1
> or HTTP/1.0 with a Connection: keep-alive header,
> and the server does not have the resouce and responsing 404,
> the server sends Connection: close header,
> however the connection is not closed.
> IE doesn't like it and waits forever untill a user press
> a stop button.
>
I have modified the http server to force a closing of
the connnection on error responses and uploaded
a new version of the http egg.
cheers,
felix