From 0fad85b3d0663a7aff72f0c3c143bc45a5fbda9a Mon Sep 17 00:00:00 2001 From: Tinnus Napbus Date: Sat, 1 Oct 2022 22:31:59 +1300 Subject: [PATCH] eyre: change (cury cat 3) to rap in https redirect --- pkg/arvo/sys/vane/eyre.hoon | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkg/arvo/sys/vane/eyre.hoon b/pkg/arvo/sys/vane/eyre.hoon index 64e91aaa5..d0b1cf410 100644 --- a/pkg/arvo/sys/vane/eyre.hoon +++ b/pkg/arvo/sys/vane/eyre.hoon @@ -622,15 +622,15 @@ ?=(^ secure.ports.state) == =/ location=@t - ;: (cury cat 3) - 'https://' - (rash (fall host '') host-sans-port) - ?: =(443 u.secure.ports.state) - '' - (crip ":{(a-co:co u.secure.ports.state)}") - ?: ?=([[~ ~] ~] (parse-request-line url.request)) - '/' - url.request + %+ rap 3 + :~ 'https://' + (rash (fall host '') host-sans-port) + ?: =(443 u.secure.ports.state) + '' + (crip ":{(a-co:co u.secure.ports.state)}") + ?: ?=([[~ ~] ~] (parse-request-line url.request)) + '/' + url.request == %- handle-response :* %start