Skip to content

Commit

Permalink
Don't let the actual status code bleed through.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Apr 20, 2015
1 parent 6628a30 commit 110a888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Component/RequestHandlerComponent.php
Expand Up @@ -300,6 +300,7 @@ public function beforeRedirect(Event $event, $url, Response $response)
'REQUEST_METHOD' => 'GET'
]
]));
$response->statusCode(200);
$response->send();
$response->stop();
}
Expand Down

0 comments on commit 110a888

Please sign in to comment.