Open
Description
Q | A |
---|---|
Bug? | yes |
New Feature? | no |
Version | 1.8.1 |
Without using cache plugin:
Now do this
plugins:
- 'httplug.plugin.content_length'
- 'httplug.plugin.redirect'
+ - 'httplug.plugin.cache'
I'm aware this is because Cache plugin does not pass response over to other middlewares when cache is hit, but this is major usability restriction of Profiler. I would like to not wait for response while developing, but still see responses pulled out of Cache plugin. There should be a workaround in place