merged branch Tobion/patch-2 (PR #5969)

This PR was merged into the 2.1 branch.

Commits
-------

8e62248 [HttpKernel] fix typo

Discussion
----------

[HttpKernel] fix typo
This commit is contained in:
Fabien Potencier 2012-11-10 19:40:26 +01:00
commit d9b291b878

View File

@ -179,7 +179,7 @@ EOF;
$headers['Set-Cookie'] = $cookies;
}
// this is needed to support StreamResponse
// this is needed to support StreamedResponse
ob_start();
$response->sendContent();
$content = ob_get_clean();