Fix start-server* hang if server already running
parent
c1b6bce2c9
commit
876e3d0e04
|
@ -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 ;
|
||||||
|
|
Loading…
Reference in New Issue