mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 17:55:31 +00:00
fix request format
This commit is contained in:
parent
4343ce9565
commit
a5a3cd730c
1 changed files with 1 additions and 3 deletions
|
|
@ -171,9 +171,7 @@ class Request
|
||||||
fwrite(
|
fwrite(
|
||||||
$connection,
|
$connection,
|
||||||
sprintf(
|
sprintf(
|
||||||
"nex://%s:%d%s%s\r\n",
|
"%s%s\r\n",
|
||||||
$this->_host,
|
|
||||||
$this->_port,
|
|
||||||
$this->_path,
|
$this->_path,
|
||||||
$this->_query
|
$this->_query
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue