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

maybe help with #126 #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

maybe help with #126 #145

wants to merge 1 commit into from

Conversation

renanroman
Copy link

once we get a decrypt fail for a given request.url.path, cache that path and skip attempts to decrypt requests against that url

once we get a decrypt fail for a given request.url.path, cache that path and skip attempts to decrypt requests against that url
@ghost
Copy link

ghost commented Oct 8, 2016

Not rly sure. But the SWProxyCallback is created for every call (request + response). So on the next call the List is still empty because is a new Call with a new List. U have to handle the list a bit more global if u want get this to work.

Simply put a print 'hi' in the __init__ to see how often it get called.

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

Successfully merging this pull request may close these issues.

2 participants