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

Fix Auth Registry #20

Closed
kennethreitz opened this issue Apr 11, 2011 · 1 comment
Closed

Fix Auth Registry #20

kennethreitz opened this issue Apr 11, 2011 · 1 comment
Assignees
Milestone

Comments

@kennethreitz
Copy link
Contributor

Module-level auth registry not functional.

@ghost ghost assigned kennethreitz Apr 11, 2011
maraujop added a commit to maraujop/requests that referenced this issue Aug 23, 2011
client = requests.session(hooks={'pre_request': oauth_hook}, keepalive=True)

Session class creates an HTTPHandler that is passed to `api.py` functions as keepalive,
stored in Request as `self.keepalive` and used in _build_opener if set.

This add supports for keepalive connections, #psfGH-20

Keepalive module was grabbed from urlgrabber 3.9.0 and HTTPS support is commented.
@maraujop
Copy link

Sorry about that! I missed the correct number issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants