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(
|
||||
$connection,
|
||||
sprintf(
|
||||
"nex://%s:%d%s%s\r\n",
|
||||
$this->_host,
|
||||
$this->_port,
|
||||
"%s%s\r\n",
|
||||
$this->_path,
|
||||
$this->_query
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue