Browse Source

fix request format

main
yggverse 2 months ago
parent
commit
a5a3cd730c
  1. 4
      src/Client/Request.php

4
src/Client/Request.php

@ -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…
Cancel
Save