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