chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: http/spiffy issues on Windows/MSVC


From: Graham Fawcett
Subject: [Chicken-users] Re: http/spiffy issues on Windows/MSVC
Date: Fri, 12 May 2006 13:38:15 -0400

On 5/12/06, Graham Fawcett <address@hidden> wrote:
I'm attaching a patch for http-server.scm that includes a new
parameter, (http:enable-keep-alive), default value #t, that can force
connections to always close after a response.

...just like the already-existing parameter (http:force-close). D'oh.
Sorry, everyone, I should have read the code more closely.

So, skip the patch; But including

(when (eq? (build-platform) 'msvc) (http:force-close #t))

in http-server.scm would be a good idea, if this problem turns out to
be reproduceable.

Graham




reply via email to

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