Skip to content

Use requests sessions to improve performance #6

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

Merged
merged 1 commit into from
Dec 18, 2017

Conversation

AgarFu
Copy link

@AgarFu AgarFu commented Dec 18, 2017

http://docs.python-requests.org/en/master/user/advanced/#session-objects

There is a dramatic improvement by using sessions in the scenario of
multiple actions against the same server when the server uses http 1.1
with keep alive.

http://docs.python-requests.org/en/master/user/advanced/#session-objects

There is a dramatic improvement by using sessions in the scenario of
multiple actions against the same server when the server uses http 1.1
with keep alive.
@AstinCHOI AstinCHOI merged commit fcc9832 into akamai:master Dec 18, 2017
@AstinCHOI
Copy link
Contributor

Dear @AgarFu, Thanks for your commit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants