mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:fetch: Test viability of supplied remote hint before selecting.
This commit is contained in:
parent
cdb52ba99a
commit
1244002de3
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ try
|
|||
if(!request.started)
|
||||
request.started = ircd::now<system_point>();
|
||||
|
||||
if(!request.origin)
|
||||
if(!request.origin || !proffer_remote(request, request.origin))
|
||||
select_random_remote(request);
|
||||
|
||||
for(; request.origin; select_random_remote(request))
|
||||
|
|
Loading…
Reference in a new issue