From 4b37826de86ae2862a949daca7cabdbe246c676a Mon Sep 17 00:00:00 2001 From: vibr Date: Tue, 10 Aug 2004 14:25:55 +0000 Subject: [PATCH] +comment/question --- scheme/httpd/core.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scheme/httpd/core.scm b/scheme/httpd/core.scm index 7f876b0..83e2a57 100644 --- a/scheme/httpd/core.scm +++ b/scheme/httpd/core.scm @@ -156,8 +156,10 @@ #f ; No request yet. (condition-stuff c)))) ((not (and (exception? c) - (eq? (exception-reason c) - (enum exception os-error)))) + (eq? (exception-reason c);;?? -> + (enum exception os-error))));;?? -> + ;;which cases is this supposed to catch excactly? broken + ;;connection to client? If so, does it work? ;; try to send bug report to client (values #f