Replies: 2 comments 6 replies
-
Hello, Your proposal cannot be implemented like you suggest, otherwise this is a behaviour change for any person who are using the callback mechanism and still have content that can be cached. Could you please elaborate more on your use case with a code sample instead of suggesting a fix which breaks existing behaviour ?
If this is not what you want, then, don't use it... Thanks :-) |
Beta Was this translation helpful? Give feedback.
-
Please have a look at the examples that I have just updated to add to cover your use case: |
Beta Was this translation helpful? Give feedback.
-
When template processor is used do not return "not modifed 304" but refresh the webpage. Template processors might be used for non static pages since some variables which will be replaced might change.
Proposed workaround instead of introducing new method serveDynamic, use info if templat processor is set (_callback).
Webhandlers.cpp line 218:
Beta Was this translation helpful? Give feedback.
All reactions