Replies: 3 comments 6 replies
-
|
That's super weird because:
Could you check that you are using the latest version? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Do you have a minimal reproducer? It looks like a bug/limitation in our code (or in Caddy). I'll take a looks after the API Platform conference. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
This is not an issue any more with the latest FrankenPHP release built on top of Caddy 2.9. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the log in an application with FrankenPHP I get an error output
the current responseWriter is not a flusher {"error": "feature not supported"}after each request.Diving deeper into to framework code it seems there's special handling for different environments:
https://github.com/symfony/symfony/blob/24a1a25bbdeaf32686a23f830e5adadb48bfd230/src/Symfony/Component/Runtime/Runner/Symfony/HttpKernelRunner.php#L40-L47
The error message is apparently caused by the
elsebranch, of course there's neither FastCGI nor Litespeed available.Should there be a special handling in Symfony's runtime?
Is this else branch even correct for FrankenPHP?
Beta Was this translation helpful? Give feedback.
All reactions