You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using proxy.plugin.CacheResponsesPlugin and proxy.plugin.ProxyPoolPlugin does not seem to work together. handle_upstream_chunk is not getting called in BaseCacheResponsesPlugin
Steps to reproduce the behavior:
Run proxy.py with plugins proxy.plugin.CacheResponsesPlugin, proxy.plugin.ProxyPoolPlugin
handle_upstream_chunk does not get called in BaseCacheResponsesPlugin , therefore response chunks not getting persisted
Expected behavior
handle_upstream_chunk should be called in BaseCacheResponsesPlugin, if proxy.plugin.CacheResponsesPlugin is specified first
Version information
OS:Linux Ubunutu
abhinavsingh/proxy.py docker
The text was updated successfully, but these errors were encountered:
Using proxy.plugin.CacheResponsesPlugin and proxy.plugin.ProxyPoolPlugin does not seem to work together. handle_upstream_chunk is not getting called in BaseCacheResponsesPlugin
Steps to reproduce the behavior:
proxy.py
with plugins proxy.plugin.CacheResponsesPlugin, proxy.plugin.ProxyPoolPluginExpected behavior
handle_upstream_chunk should be called in BaseCacheResponsesPlugin, if proxy.plugin.CacheResponsesPlugin is specified first
Version information
abhinavsingh/proxy.py docker
The text was updated successfully, but these errors were encountered: