Adding Support t return versions like: 1.1 or 2.4.9 for Util\Common::getLastVersion(...) and its unit test
This commit is contained in:
@@ -301,10 +301,6 @@ class HttpStream
|
||||
header(sprintf('HTTP/%s %s %s', $this->version, $this->statusCode, $this->statusText));
|
||||
|
||||
// headers
|
||||
|
||||
|
||||
//print_r($this->headers); die;
|
||||
|
||||
foreach ($this->headers as $name => $value) {
|
||||
if (is_array($value)) {
|
||||
foreach ($value as $v) {
|
||||
|
||||
Reference in New Issue
Block a user