Skip to content

Commit 6d9633c

Browse files
committed
Removed warm up http call, as it produces weird and unexpected logs
1 parent 0f5b1a3 commit 6d9633c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Bootstraps/Symfony.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ public function getApplication()
8383
$app->booted = true;
8484
}, $app);
8585

86-
//warm up
87-
$request = new Request();
88-
$request->setMethod(Request::METHOD_HEAD);
89-
$app->handle($request);
90-
$this->postHandle($app);
91-
9286
return $app;
9387
}
9488

0 commit comments

Comments
 (0)