mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
loopback fix
This commit is contained in:
parent
27c10801c6
commit
37223edb4b
@ -894,9 +894,10 @@ _http_request(u3_hreq* req_u)
|
||||
|
||||
u3v_plan(pox,
|
||||
u3nq(c3__this,
|
||||
req_u->hon_u->htp_u->lop,
|
||||
req_u->hon_u->htp_u->sec,
|
||||
u3nc(c3y, u3i_words(1, &req_u->ipf_w)),
|
||||
req));
|
||||
u3nc(u3nc(c3y, u3i_words(1, &req_u->ipf_w)),
|
||||
req)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user