From 722135a77e4e79c3324aa2ff4328a989138d28ad Mon Sep 17 00:00:00 2001 From: sperber Date: Fri, 10 Jan 2003 13:30:36 +0000 Subject: [PATCH] Remove obsolete comment. --- scheme/httpd/response.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/scheme/httpd/response.scm b/scheme/httpd/response.scm index 8519d5a..7e82481 100644 --- a/scheme/httpd/response.scm +++ b/scheme/httpd/response.scm @@ -92,7 +92,6 @@ ;;; (make-error-response status-code req [message . extras]) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Take an http-error condition, and format it into a response to the client. ;;; ;;; As a special case, request REQ is allowed to be #f, meaning we haven't ;;; even had a chance to parse and construct the request. This is only used