From 20ddf87fca81baa0687771080ab6edd138f00828 Mon Sep 17 00:00:00 2001 From: "chris.double" Date: Mon, 6 Feb 2006 23:58:41 +0000 Subject: [PATCH] remove 'flush' in cont-responder The call to flush was causing 'cant write to closed output stream' errors. --- contrib/httpd/cont-responder.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/httpd/cont-responder.factor b/contrib/httpd/cont-responder.factor index 3728d80081..90a1fa64e8 100644 --- a/contrib/httpd/cont-responder.factor +++ b/contrib/httpd/cont-responder.factor @@ -291,7 +291,7 @@ SYMBOL: root-continuation ] [ expired-page-handler ] if* - ] with-exit-continuation [ drop flush ] when* ; + ] with-exit-continuation drop ; : callback-quot ( quot -- quot ) #! Convert the given quotation so it works as a callback