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

Allow for persistent connections #16

Open
demianbrecht opened this issue Dec 24, 2014 · 0 comments
Open

Allow for persistent connections #16

demianbrecht opened this issue Dec 24, 2014 · 0 comments
Milestone

Comments

@demianbrecht
Copy link
Owner

Backwards compatible

Often, there are external calls made to a provider in a single request (i.e. exchange code for access token, followed by a profile request for user data). As urllib2 is being used, Connection: close is injected into these requests, requiring a new connection to be established.

urllib2 should be dumped in favour of http[lib].HTTPConnection objects. Features to account for in this issue:

  • Persistent connections
  • Connection pooling or automatic closing of open connection if host changes in request URIs
  • Proxy tunnelling
  • HTTP and HTTPS connectivity
@demianbrecht demianbrecht added this to the 1.0.0 milestone Dec 24, 2014
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

No branches or pull requests

1 participant