mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 14:42:02 +03:00
updates %rver to handle %gall's ack after poking :acme
This commit is contained in:
parent
2fa6a0dc69
commit
e6abf682cc
@ -1832,6 +1832,7 @@
|
|||||||
%run-app run-app
|
%run-app run-app
|
||||||
%run-build run-build
|
%run-build run-build
|
||||||
%channel channel
|
%channel channel
|
||||||
|
%acme acme-ack
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ run-app
|
++ run-app
|
||||||
@ -1895,6 +1896,18 @@
|
|||||||
(on-gall-response i.t.t.wire `@ud`(slav %ud i.t.t.t.wire) p.sign)
|
(on-gall-response i.t.t.wire `@ud`(slav %ud i.t.t.t.wire) p.sign)
|
||||||
[moves http-server-gate]
|
[moves http-server-gate]
|
||||||
==
|
==
|
||||||
|
::
|
||||||
|
++ acme-ack
|
||||||
|
?> ?=([%g %unto *] sign)
|
||||||
|
::
|
||||||
|
?> ?=([%coup *] p.sign)
|
||||||
|
?~ p.p.sign
|
||||||
|
:: received a positive acknowledgment: take no action
|
||||||
|
::
|
||||||
|
[~ http-server-gate]
|
||||||
|
:: received a negative acknowledgment: XX do something
|
||||||
|
::
|
||||||
|
[((slog u.p.p.sign) ~) http-server-gate]
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
++ http-server-gate ..$
|
++ http-server-gate ..$
|
||||||
|
Loading…
Reference in New Issue
Block a user