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

Commit

Permalink
Merge branch 'feature/di' of github.com:ralphschindler/zf2 into featu…
Browse files Browse the repository at this point in the history
…re/rackspace
  • Loading branch information
ezimuel committed May 31, 2011
9 parents 10f278f + 252fdc8 + 023de10 + 85fcc7b + 5d8866f + 634bb62 + 453bb28 + 70330aa + c8dba7b commit c10ba52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Adapter/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ protected function connectHandshake($host, $port = 443, $http_ver = '1.1', array
$gotStatus = $gotStatus || (strpos($line, 'HTTP') !== false);
if ($gotStatus) {
$response .= $line;
if (!chop($line)) break;
if (!rtrim($line)) break;
}
}

Expand Down

0 comments on commit c10ba52

Please # to comment.