mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 14:57:12 +03:00
updates %rver to save outgoing duct to unix
This commit is contained in:
parent
2527e174dd
commit
d450a6983a
@ -119,6 +119,9 @@
|
|||||||
:: ports: live servers
|
:: ports: live servers
|
||||||
::
|
::
|
||||||
ports=[insecure=@ud secure=(unit @ud)]
|
ports=[insecure=@ud secure=(unit @ud)]
|
||||||
|
:: outgoing-duct: to unix
|
||||||
|
::
|
||||||
|
outgoing-duct=duct
|
||||||
==
|
==
|
||||||
:: +outstanding-connection: open http connections not fully complete:
|
:: +outstanding-connection: open http connections not fully complete:
|
||||||
::
|
::
|
||||||
@ -1725,6 +1728,9 @@
|
|||||||
=^ moves server-state.ax cancel-request
|
=^ moves server-state.ax cancel-request
|
||||||
::
|
::
|
||||||
$(closed-connections (weld moves closed-connections), connections t.connections)
|
$(closed-connections (weld moves closed-connections), connections t.connections)
|
||||||
|
:: save duct for future %give to unix
|
||||||
|
::
|
||||||
|
=. outgoing-duct.server-state.ax duct
|
||||||
::
|
::
|
||||||
:_ http-server-gate
|
:_ http-server-gate
|
||||||
;: weld
|
;: weld
|
||||||
@ -1757,7 +1763,9 @@
|
|||||||
[~ http-server-gate]
|
[~ http-server-gate]
|
||||||
=. secure.config cert.http-rule.task
|
=. secure.config cert.http-rule.task
|
||||||
:_ http-server-gate
|
:_ http-server-gate
|
||||||
[duct %give %set-config config]~
|
=* out-duct outgoing-duct.server-state.ax
|
||||||
|
?~ out-duct ~
|
||||||
|
[out-duct %give %set-config config]~
|
||||||
:: %turf: add or remove domain name
|
:: %turf: add or remove domain name
|
||||||
::
|
::
|
||||||
%turf
|
%turf
|
||||||
|
Loading…
Reference in New Issue
Block a user