Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not flush the template output buffer #1728

Merged
merged 1 commit into from May 11, 2020

Conversation

aschempp
Copy link
Member

Q A
Fixed issues isotope/core#2131, isotope/core#2140

As discussed on Slack, fastcgi_finish_request (and other output buffer methods) break our logic of simulating a kernel request/response behavior. As @ausi suggested, we're not removing the Template::flushAllData() method (because it is public), but we shouldn't flush the data anymore on Template::output().

@aschempp aschempp added the bug label May 11, 2020
@aschempp aschempp added this to the 4.4 milestone May 11, 2020
@aschempp aschempp requested review from ausi, Toflar and leofeyer May 11, 2020 14:09
@aschempp aschempp self-assigned this May 11, 2020
@fritzmg
Copy link
Contributor

fritzmg commented May 11, 2020

Would this also fix #1410 (comment) may be?

@leofeyer leofeyer merged commit 4cac680 into contao:4.4 May 11, 2020
@aschempp aschempp deleted the bugfix/fastcgi-template branch May 12, 2020 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants