mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 17:35:28 +00:00
Compare commits
No commits in common. "main" and "1.0.0" have entirely different histories.
1 changed files with 3 additions and 8 deletions
|
|
@ -17,10 +17,8 @@ class Request
|
||||||
[
|
[
|
||||||
'ssl' =>
|
'ssl' =>
|
||||||
[
|
[
|
||||||
'allow_self_signed' => true,
|
'verify_peer' => false,
|
||||||
'disable_compression' => true,
|
'verify_peer_name' => false
|
||||||
'verify_peer_name' => false,
|
|
||||||
'verify_peer' => false
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -186,10 +184,7 @@ class Request
|
||||||
$this->_host,
|
$this->_host,
|
||||||
$this->_port,
|
$this->_port,
|
||||||
$this->_path,
|
$this->_path,
|
||||||
$this->_query ? sprintf(
|
$this->_query
|
||||||
'?%s',
|
|
||||||
$this->_query
|
|
||||||
) : null
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue