-
-
Notifications
You must be signed in to change notification settings - Fork 425
Fix for requests redirect_cache issue #435
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
Conversation
New requests will break otherwise
|
Can you explain the motivation for changing |
|
The initial motivation for the private __session was really to hide it as much as possible from the developer. Nothing more. NB: I have no way of testing the clean-ups I made on the commits above (poor internet connection). |
|
OK, I'll test before merging |
|
Fingers crossed, then! I also had some invasive changes on I will open issues for both. We can discuss there... |
|
Passed locally. |
Fix for requests redirect_cache issue
Addresses #434