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

Why not handle ESI? #36

Open
borisguery opened this issue Nov 12, 2013 · 1 comment
Open

Why not handle ESI? #36

borisguery opened this issue Nov 12, 2013 · 1 comment

Comments

@borisguery
Copy link

Having experienced an issue with an ESI request, I took a quick look at the code and I realized that the listener ignores sub-requests (used by ESI).

There: 444e595#diff-1ef8ac159e28a851a5ada1b954455703R72

I'm wondering why? It looks inconsistent to me because I would expect to be allowed to use issers methods in the same way to render a consistent views/layouts.

@ricoli
Copy link
Contributor

ricoli commented Jan 13, 2014

Probably because the most common case is that people want to ignore ESI... It could be configurable though - try submitting a PR for it if you still need it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants