mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix resolved host attribute
This commit is contained in:
parent
a20d466bd0
commit
c1bfc58466
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue