Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#623 from adamlundrigan…
Browse files Browse the repository at this point in the history
…/hotfix/ZF-11896

[ZF-11896] Zend_Http_Client
  • Loading branch information
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client/Adapter/Socket.php
Original file line number Diff line number Diff line change
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 515476d

Please sign in to comment.