mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-13 00:08:09 +00:00
fix resolved host attribute
This commit is contained in:
parent
a20d466bd0
commit
c1bfc58466
@ -357,7 +357,7 @@ foreach($index->search('')
|
||||
// Prepare remote request
|
||||
$request = new \Yggverse\Gemini\Client\Request(
|
||||
$base->get(),
|
||||
$address->get()
|
||||
$address->getHost()
|
||||
);
|
||||
|
||||
// Apply stream options
|
||||
|
Loading…
Reference in New Issue
Block a user