Don't set the HTTP status twice

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-03-16 13:35:41 +01:00
parent 57c1be8633
commit 3a53784f80
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ class FakeLockerPlugin extends ServerPlugin {
$response->setStatus(200);
$response->setBody($body);
$response->setStatus(200);
return false;
}