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

Try to reuse the HttpClient between requests by default #526

Commits on Jan 26, 2019

  1. Set the default_http_client if unset.

    Previously, if the user has not configured a default_http_client, a new
    client would be created for every request. This commit changes the
    APIRequestor to populate the default_http_client if it had not been set
    by the user, so the client could be reused between requests.
    jameshageman-stripe committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    b928e8e View commit details
    Browse the repository at this point in the history
  2. Small comment

    jameshageman-stripe committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    c90a6ae View commit details
    Browse the repository at this point in the history
  3. add a test case

    jameshageman-stripe committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    1756e79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    661b04c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    3b86e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3627a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e090fa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    f38bb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652ef29 View commit details
    Browse the repository at this point in the history