Skip to content

Commit

Permalink
[HttpKernel] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Nov 10, 2012
1 parent 5bdf8cb commit 8e62248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected function filterResponse($response)
$headers['Set-Cookie'] = $cookies;
}

// this is needed to support StreamResponse
// this is needed to support StreamedResponse
ob_start();
$response->sendContent();
$content = ob_get_clean();
Expand Down

0 comments on commit 8e62248

Please sign in to comment.