On 5/12/06, Graham Fawcett <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
