fix request format

This commit is contained in:
yggverse 2024-04-21 15:32:08 +03:00
parent 4343ce9565
commit a5a3cd730c

View File

@ -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
)