Fix start-server* hang if server already running

db4
Slava Pestov 2008-09-27 12:59:15 -05:00
parent c1b6bce2c9
commit 876e3d0e04
1 changed files with 3 additions and 3 deletions

View File

@ -119,9 +119,9 @@ PRIVATE>
dup secure-config>> [ dup secure-config>> [
dup threaded-server [ dup threaded-server [
dup name>> [ dup name>> [
listen-on [ [ listen-on [ start-accept-loop ] parallel-each ]
start-accept-loop [ ready>> raise-flag ]
] parallel-each bi
] with-logging ] with-logging
] with-variable ] with-variable
] with-secure-context ; ] with-secure-context ;