fix problem when refreshing expired or invalid continuation id's in httpd
parent
d705b02120
commit
94b2782693
|
@ -129,13 +129,11 @@ DEFER: show
|
||||||
#! TODO: Need to handle this better to enable
|
#! TODO: Need to handle this better to enable
|
||||||
#! returning back to root continuation.
|
#! returning back to root continuation.
|
||||||
drop
|
drop
|
||||||
[
|
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<p> "This page has expired." write </p>
|
<p> "This page has expired." write </p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html> flush ;
|
||||||
] show-final ;
|
|
||||||
|
|
||||||
: >callable ( quot|interp|f -- interp )
|
: >callable ( quot|interp|f -- interp )
|
||||||
dup continuation? [
|
dup continuation? [
|
||||||
|
|
Loading…
Reference in New Issue