Skip to content

Commit

Permalink
Merge branch 'feature/fix-http-protocol' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Aug 3, 2012
2 parents 1e8ab18 + 03b0765 commit d7cb2a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Proem/Api/IO/Response/Http/Standard.php
Expand Up @@ -43,7 +43,7 @@ class Standard implements Template
*
* @var string
*/
protected $httpVersion = '1.1';
protected $httpVersion = '1.0';

/**
* Store the HTTP Status code
Expand Down Expand Up @@ -289,8 +289,6 @@ public function sendHeaders($include_content_length = true)
foreach ($this->headers->all() as $index => $value) {
header(sprintf('%s: %s', $index, $value));
}

flush();
}

/**
Expand Down

0 comments on commit d7cb2a2

Please sign in to comment.