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

remove _send_request_safe_mode #82

Closed
kevinburke opened this issue Jun 21, 2013 · 1 comment
Closed

remove _send_request_safe_mode #82

kevinburke opened this issue Jun 21, 2013 · 1 comment

Comments

@kevinburke
Copy link

From the code:

    This is equivalent of python-requests' safe_mode, which due to a bug, does currently *not*
    work together with Sessions. Once the issue is fixed in python-requests, this method should
    be removed. See: https://github.com/kennethreitz/requests/issues/888

It looks like https://github.com/kennethreitz/requests/pull/953 fixed the issue, so this method is no longer necessary.

@heyman
Copy link
Member

heyman commented Jul 2, 2013

It's fixed, but unfortunately I don't think the bugfix was ever released in a 0.14.x bugfix release, which is the version that Locust is currently depending on. Once we've fixed support for the newest version of requests (hopefully soon) we will be able to remove it :).

@heyman heyman closed this as completed Jul 2, 2013
pancaprima pushed a commit to pancaprima/locust that referenced this issue Aug 21, 2018
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

2 participants