mirror of
https://github.com/urbit/shrub.git
synced 2025-01-07 05:26:56 +03:00
spider: do not glob http request serving in +handle-start-thread
This commit is contained in:
parent
b362d38608
commit
9ee819e5ac
@ -401,9 +401,11 @@
|
|||||||
~| [%already-starting yarn]
|
~| [%already-starting yarn]
|
||||||
!!
|
!!
|
||||||
::
|
::
|
||||||
|
=? serving.state !(~(has by serving.state) new-tid)
|
||||||
|
(~(put by serving.state) new-tid [~ %noun q.beak])
|
||||||
|
::
|
||||||
=: starting.state (~(put by starting.state) yarn [%build vase])
|
=: starting.state (~(put by starting.state) yarn [%build vase])
|
||||||
tid.state (~(put by tid.state) new-tid yarn)
|
tid.state (~(put by tid.state) new-tid yarn)
|
||||||
serving.state (~(put by serving.state) new-tid [~ %noun q.beak])
|
|
||||||
==
|
==
|
||||||
=/ pax=path
|
=/ pax=path
|
||||||
~| no-file-for-thread+file
|
~| no-file-for-thread+file
|
||||||
|
Loading…
Reference in New Issue
Block a user