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