do not send buggy reply as rpc

pull/1822/head
Jeff 3 years ago
parent 388fc53380
commit 301b19bd0f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -513,7 +513,7 @@ namespace llarp::rpc
onGoodResult(result.reason);
});
},
5s);
2s);
};
if (exit.has_value())
{
@ -564,8 +564,8 @@ namespace llarp::rpc
{
r->routePoker().Down();
ep->UnmapExitRange(range);
reply(CreateJSONResponse("OK"));
}
reply(CreateJSONResponse("OK"));
});
});
})

Loading…
Cancel
Save