From 0ffbe611dc9db4b8ad1664e6f8bb7d22a89f15af Mon Sep 17 00:00:00 2001 From: interp Date: Fri, 1 Aug 2003 17:59:27 +0000 Subject: [PATCH] Sorry for the messed up previous commits. Here are the collected messages: * Use "Internal Error" instead of "Bad Gateway" as the surflet handler is not a gateway. * Thus, rename BAD-GATEWAY-ERROR-RESPONSE to BAD-SURFLET-ERROR-RESPONSE. Move SESSION-ADJUST-TIMEOUT from SEND/SUSPEND to RESUME-URL where it belongs to. Let SET-SESSION-DATA! raise an error, if the instance isn't alive anymore (instead of returning #t or #f). Add small comment to RESET-SESSION-TABLE! Remove unused variable in DELETE-CONTINUATION! Remove superfluous FILE-NAME-NON-DIRECTORY from RESUME-URL, as RESUME-URL-IDS uses this anyway. Small change in error message in MAKE-HTTP-RESPONSE. --- scheme/httpd/surflets/surflet-handler.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/scheme/httpd/surflets/surflet-handler.scm b/scheme/httpd/surflets/surflet-handler.scm index 9dab1b3..90ddac3 100644 --- a/scheme/httpd/surflets/surflet-handler.scm +++ b/scheme/httpd/surflets/surflet-handler.scm @@ -742,3 +742,4 @@ ;;; Local Variables: ;;; buffer-tag-table: "../../TAGS" ;;; End:: +