oops
parent
a5d4939d9a
commit
66719b8661
|
@ -37,7 +37,8 @@
|
|||
- bignums
|
||||
- >lower, >upper for strings
|
||||
- read1
|
||||
- telnetd and httpd should use multitasking
|
||||
- telnetd should use multitasking
|
||||
- telnetd error handling
|
||||
- sbuf-hashcode
|
||||
- vector-hashcode
|
||||
- irc: stack underflow?
|
||||
|
|
|
@ -103,6 +103,9 @@ USE: url-encoding
|
|||
] in-thread drop
|
||||
] ifte ;
|
||||
|
||||
: quit-flag ( -- ? )
|
||||
global [ "httpd-quit" get ] bind ;
|
||||
|
||||
: clear-quit-flag ( -- )
|
||||
global [ "httpd-quit" off ] bind ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue