mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-27 15:04:39 +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
|
// Prepare remote request
|
||||||
$request = new \Yggverse\Gemini\Client\Request(
|
$request = new \Yggverse\Gemini\Client\Request(
|
||||||
$base->get(),
|
$base->get(),
|
||||||
$address->get()
|
$address->getHost()
|
||||||
);
|
);
|
||||||
|
|
||||||
// Apply stream options
|
// Apply stream options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user