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