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

Use requests "sessions". #332

Merged
merged 1 commit into from Jun 25, 2016
Merged

Use requests "sessions". #332

merged 1 commit into from Jun 25, 2016

Commits on Jun 25, 2016

  1. Use requests "sessions".

    This should make things marginally faster.  When not using sessions, we
    have to keep initiating new TCP connections over and over again.  Wasted
    overhead.
    ralphbean committed Jun 25, 2016
    Copy the full SHA
    24f1de4 View commit details
    Browse the repository at this point in the history