@ -184,7 +184,10 @@ class Request
$this->_host,
$this->_port,
$this->_path,
$this->_query ? sprintf(
'?%s',
$this->_query
) : null
)
);