Navigation Menu

Skip to content

Commit

Permalink
Merge pull request zendframework#623 from adamlundrigan/hotfix/ZF-11896
Browse files Browse the repository at this point in the history
[ZF-11896] Zend_Http_Client
  • Loading branch information
weierophinney committed Nov 21, 2011
2 parents a2777d1 + 67474e5 commit 23e1985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/Http/Client/Adapter/Socket.php
Expand Up @@ -301,7 +301,6 @@ public function read()
// First, read headers only
$response = '';
$gotStatus = false;
$stream = !empty($this->config['stream']);

while (($line = @fgets($this->socket)) !== false) {
$gotStatus = $gotStatus || (strpos($line, 'HTTP') !== false);
Expand Down

0 comments on commit 23e1985

Please sign in to comment.