From afe38a41478479532c2867476bb179a3259d4c69 Mon Sep 17 00:00:00 2001 From: interp Date: Wed, 23 Jul 2003 14:07:22 +0000 Subject: [PATCH] Add task callback-functor. --- scheme/httpd/surflets/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/scheme/httpd/surflets/TODO b/scheme/httpd/surflets/TODO index 145e110..c07c1be 100644 --- a/scheme/httpd/surflets/TODO +++ b/scheme/httpd/surflets/TODO @@ -4,3 +4,4 @@ if the content-length-header is missing. * use internal-error, if surflet fails, not bad gateway * don't let callback-functions return. +* use another name for callback-functor.