Skip to content

Commit 7d0b730

Browse files
Added call to $kernel->terminate() - should send out post request/response event listener
1 parent 18d065d commit 7d0b730

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Bridge/KernelWrapper.php

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function handleRequest(ServerRequestInterface $request)
4545
$symfonyRequest = $this->symfonyMessageFactory->createRequest($request);;
4646

4747
$symfonyResponse = $this->kernel->handle($symfonyRequest);
48-
4948
$this->kernel->terminate($symfonyRequest, $symfonyResponse);
5049

5150
return $this->psrMessageFactory->createResponse($symfonyResponse);

0 commit comments

Comments
 (0)