remove 'flush' in cont-responder

The call to flush was causing 'cant write to closed output stream' 
errors.
darcs
chris.double 2006-02-06 23:58:41 +00:00
parent faba122522
commit 20ddf87fca
1 changed files with 1 additions and 1 deletions

View File

@ -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