Skip to content

Commit

Permalink
merged branch Tobion/patch-2 (PR #5969)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.1 branch.

Commits
-------

8e62248 [HttpKernel] fix typo

Discussion
----------

[HttpKernel] fix typo
  • Loading branch information
fabpot committed Nov 10, 2012
2 parents 5bdf8cb + 8e62248 commit d9b291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Client.php
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 d9b291b

Please sign in to comment.