Don't set the HTTP status twice

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3862/head
Joas Schilling 2017-03-16 13:35:41 +07: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

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