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